mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2005-09-28 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
This commit is contained in:
parent
482b509aa9
commit
694cebb1c1
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-28 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
|
||||||
|
|
||||||
2005-07-04 Marcus Brinkmann <marcus@g10code.de>
|
2005-07-04 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* simple-pwquery.h (simple_pwclear): New prototype.
|
* simple-pwquery.h (simple_pwclear): New prototype.
|
||||||
|
@ -23,7 +23,8 @@ noinst_LIBRARIES = libcommon.a libsimple-pwquery.a
|
|||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/gl
|
AM_CPPFLAGS = -I$(top_srcdir)/gl
|
||||||
|
|
||||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(PTH_CFLAGS)
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) \
|
||||||
|
$(PTH_CFLAGS)
|
||||||
|
|
||||||
libcommon_a_SOURCES = \
|
libcommon_a_SOURCES = \
|
||||||
util.h i18n.h \
|
util.h i18n.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user