[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: About KDevelop projects



On Wed, Jan 10, 2001 at 01:16:22PM +0530, Shridhar Daithankar wrote:
> Hi all
> 
> Any idea how can I ask kdevelop(or make etc) to install non source code files? I
> want to distribute few files with my application. They should be installed in a
> particular directory after installation. Any idea how can I do that without
> tweaking make files?

In your Makefile.am (I don't know if kdevelop uses automake), you can
put some lines to accomplish that.

Please refer to automake.info.

	-Arun