This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

.cpp to .c


I have:
arson_SOURCES = arson.cpp
in Makefile.am

and this is changed in Makefile.in
arson_SOURCES = arson.c

Any idea why my .cpp is changed to .c?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]