[svn] GnuPG - r3899 - branches/GNUPG-1-9-BRANCH/common

svn author marcus cvs at cvs.gnupg.org
Thu Sep 29 00:45:06 CEST 2005


Author: marcus
Date: 2005-09-29 00:45:05 +0200 (Thu, 29 Sep 2005)
New Revision: 3899

Modified:
   branches/GNUPG-1-9-BRANCH/common/ChangeLog
   branches/GNUPG-1-9-BRANCH/common/Makefile.am
Log:
2005-09-28  Marcus Brinkmann  <marcus at g10code.de>

	* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).


Modified: branches/GNUPG-1-9-BRANCH/common/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/common/ChangeLog	2005-09-28 22:44:20 UTC (rev 3898)
+++ branches/GNUPG-1-9-BRANCH/common/ChangeLog	2005-09-28 22:45:05 UTC (rev 3899)
@@ -1,3 +1,7 @@
+2005-09-28  Marcus Brinkmann  <marcus at g10code.de>
+
+	* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
+
 2005-07-04  Marcus Brinkmann  <marcus at g10code.de>
 
 	* simple-pwquery.h (simple_pwclear): New prototype.

Modified: branches/GNUPG-1-9-BRANCH/common/Makefile.am
===================================================================
--- branches/GNUPG-1-9-BRANCH/common/Makefile.am	2005-09-28 22:44:20 UTC (rev 3898)
+++ branches/GNUPG-1-9-BRANCH/common/Makefile.am	2005-09-28 22:45:05 UTC (rev 3899)
@@ -23,7 +23,8 @@
 
 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 = \
 	util.h i18n.h \




More information about the Gnupg-commits mailing list