summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-10-24 16:48:02 +0200
committerMarcus Brinkmann <mb@g10code.com>2006-10-24 16:48:02 +0200
commitb295a9682b8998ea49c8f0754e8a906b5ae35524 (patch)
tree6e77c89d995919a7fb7fccfe38004582a7f1b977 /common
parentPreparing another release (diff)
downloadgnupg2-b295a9682b8998ea49c8f0754e8a906b5ae35524.tar.xz
gnupg2-b295a9682b8998ea49c8f0754e8a906b5ae35524.zip
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog5
-rw-r--r--common/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 6296cbc25..770f22b36 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-24 Marcus Brinkmann <marcus@g10code.de>
+
+ * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS).
+ (libsimple_pwquery_a_CFLAGS): New variable.
+
2006-10-20 Werner Koch <wk@g10code.com>
* convert.c (hex2bin): New.
diff --git a/common/Makefile.am b/common/Makefile.am
index e5498ef68..14019b693 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -61,13 +61,14 @@ common_sources = \
http.c http.h
libcommon_a_SOURCES = $(common_sources)
-libcommon_a_CFLAGS = $(AM_CFLAGS) -DWITHOUT_GNU_PTH=1
+libcommon_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DWITHOUT_GNU_PTH=1
libcommonpth_a_SOURCES = $(common_sources)
libcommonpth_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(PTH_CFLAGS)
libsimple_pwquery_a_SOURCES = \
simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
+libsimple_pwquery_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
libgpgrl_a_SOURCES = \
gpgrlhelp.c