Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
authorMatthias Klose <doko@debian.org>
Wed, 7 Jul 2004 08:43:10 +0000 (08:43 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 7 Jul 2004 08:43:10 +0000 (08:43 +0000)
2004-07-07  Matthias Klose  <doko@debian.org>

        * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
        * Makefile.in: Regenerate.

From-SVN: r84196

fastjar/ChangeLog
fastjar/Makefile.am
fastjar/Makefile.in

index ff7196914f56597b7b46b91a702ebd9dc2fa5ed3..87e8d2b580c1fb57a0bc6cec723260a6728ca77d 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-07  Matthias Klose  <doko@debian.org>
+
+       * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
+       * Makefile.in: Regenerate.
+
 2004-07-06  Matthias Klose  <doko@debian.org>
 
        * Makefile.in: Regenerate.
index 3358e47ef60503420e88fe802dc04c0feb0af330..eeff9a1af9ddba631f67cbf44ee5eefc0be49901 100644 (file)
@@ -50,7 +50,7 @@ jar_SOURCES = jartool.c dostime.c compress.c pushback.c shift.c jartool.h \
 zipfile.h dostime.h compress.h pushback.h shift.h
 jar_LDADD = $(ZLIBS) $(LIBIBERTY)
 jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
-jar_CPPFLAGS = -DWITH_SHIFT_DOWN
+jar_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_SHIFT_DOWN
 
 grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \
 zipfile.h dostime.h compress.h pushback.h
index b0fc08389bebf3d604ebd59b79e51b64c297f6c4..bcbb3c7ef280f44737ab8b91c1d1974df297b912 100644 (file)
@@ -234,7 +234,7 @@ zipfile.h dostime.h compress.h pushback.h shift.h
 
 jar_LDADD = $(ZLIBS) $(LIBIBERTY)
 jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
-jar_CPPFLAGS = -DWITH_SHIFT_DOWN
+jar_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_SHIFT_DOWN
 grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \
 zipfile.h dostime.h compress.h pushback.h