libhell0_a_CFLAGS.
* pdemo/Makefile.am: Ditto.
+2004-06-30 Maciej W. Rozycki <macro@linux-mips.org>
+
+ * demo/Makefile.am: Stop automake warning by defining
+ libhell0_a_CFLAGS.
+ * pdemo/Makefile.am: Ditto.
+
2004-08-12 Peter O'Gorman <peter@pogma.com>
* configure.ac, libtool.m4: Ensure that a c++ compiler exists before
# If this one passes with pass_all, it is likely that pass_all works
EXTRA_LIBRARIES = libhell0.a
libhell0_a_SOURCES = hello.c foo.c
+libhell0_a_CFLAGS = $(AM_CFLAGS)
EXTRA_LTLIBRARIES = libhell1.la libhell2.la
libhell1_la_SOURCES = hell1.c
libhell1_la_LIBADD = -L. -lhell0
# If this one passes with pass_all, it is likely that pass_all works
EXTRA_LIBRARIES = libhell0.a
libhell0_a_SOURCES = longer_file_name_hello.c longer_file_name_foo.c
+libhell0_a_CFLAGS = $(AM_CFLAGS)
EXTRA_LTLIBRARIES = libhell1.la libhell2.la
libhell1_la_SOURCES = longer_file_name_hell1.c
libhell1_la_LIBADD = -L. -lhell0