Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
2004-07-07 Matthias Klose <doko@debian.org> * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS. * Makefile.in: Regenerate. From-SVN: r84196
This commit is contained in:
parent
2272d9cf7c
commit
874a4e75a7
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user