From: Maciej W. Rozycki Date: Thu, 12 Aug 2004 14:41:57 +0000 (+0000) Subject: * demo/Makefile.am: Stop automake warning by defining X-Git-Tag: release-1-5-10~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed8a9d9c9f37402e9f81ddba366d4463c9a5acd;p=thirdparty%2Flibtool.git * demo/Makefile.am: Stop automake warning by defining libhell0_a_CFLAGS. * pdemo/Makefile.am: Ditto. --- diff --git a/ChangeLog b/ChangeLog index 356696a71..a8c8eecc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-30 Maciej W. Rozycki + + * demo/Makefile.am: Stop automake warning by defining + libhell0_a_CFLAGS. + * pdemo/Makefile.am: Ditto. + 2004-08-12 Peter O'Gorman * configure.ac, libtool.m4: Ensure that a c++ compiler exists before diff --git a/demo/Makefile.am b/demo/Makefile.am index 68ae80895..45a760ec8 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -123,6 +123,7 @@ hc-minusL: $(hell_OBJECTS) $(hell_DEPENDENCIES) # 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 diff --git a/pdemo/Makefile.am b/pdemo/Makefile.am index 43e25303f..2d7deccc1 100644 --- a/pdemo/Makefile.am +++ b/pdemo/Makefile.am @@ -123,6 +123,7 @@ hc-minusL: $(hell_OBJECTS) $(hell_DEPENDENCIES) # 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