"Drummonds, Scott B" <[EMAIL PROTECTED]> writes: > From: [EMAIL PROTECTED] >> <quote> >> noinst_LIBRARIES = normal.a normal-feature.a >> >> normal_a_SOURCES = [bunch of files] >> normal_feature_a_SOURCES = $(normal_a_SOURCES) >> normal_feature_a_CFLAGS = -DFEATURE >> </quote> > ... >> Where have I gone wrong? > > Of course, when my source files are C++ files the _CFLAGS extension does > nothing. Changing this to _CPPFLAGS fixed the problem. Duh.
You know that CPPFLAGS is for the C preprocessor and CXXFLAGS is for the C++ compiler, right? -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org