]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* demo/Makefile.am: Stop automake warning by defining
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 12 Aug 2004 14:41:57 +0000 (14:41 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 12 Aug 2004 14:41:57 +0000 (14:41 +0000)
libhell0_a_CFLAGS.
* pdemo/Makefile.am: Ditto.

ChangeLog
demo/Makefile.am
pdemo/Makefile.am

index 356696a71ada704b4f30e84ec888d99179fa5c34..a8c8eecc3697299bcd71d80f5858901831148b22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 68ae80895c913587db46dbee6cd7a52f0155bb44..45a760ec86ebb84866c1b80e8a9f89b2040d8f64 100644 (file)
@@ -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
index 43e25303fe3b907a06fb45a3593eff3977ba78cf..2d7deccc1e3a7ebd5f61556b4f4d6c58afebafa5 100644 (file)
@@ -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