automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

comment sources


From: Bob Lockie
Subject: comment sources
Date: Mon, 15 Dec 2003 01:55:51 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210


I am trying to make a Makefile.am and I am having a problem that is maybe obvious. I have a bunch of sources in my Makefile.am that are all commented out in the Makefile.in when I run automake. My guess is that the suffixes are unknown (the .cpp and .ui files are commented out but the .h files are not). I have rules in the Makefile.am to compile the .ui and .cpp files but maybe I need a macro in the configure.ac file?


$ automake --version
automake (GNU automake) 1.6.3


Makefile.am:

# which sources should be compiled for arson
arson_SOURCES = \
_burnerpager.ui \
...


Makefile.in:

# which sources should be compiled for arson
#_burnerpager.ui \
...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]