[svn] gcry - r1192 - in trunk: cipher mpi tests

svn author mo cvs at cvs.gnupg.org
Sun Nov 5 21:52:09 CET 2006


Author: mo
Date: 2006-11-05 21:52:09 +0100 (Sun, 05 Nov 2006)
New Revision: 1192

Modified:
   trunk/cipher/ChangeLog
   trunk/cipher/Makefile.am
   trunk/mpi/ChangeLog
   trunk/mpi/Makefile.am
   trunk/tests/ChangeLog
   trunk/tests/Makefile.am
Log:
2006-11-05  Moritz Schulte  <moritz at g10code.com>

	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
	new gcrypt.h is used, not the one installed in the system.

2006-11-05  Moritz Schulte  <moritz at g10code.com>

	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
	new gcrypt.h is used, not the one installed in the system.

2006-11-05  Moritz Schulte  <moritz at g10code.com>

	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
	new gcrypt.h is used, not the one installed in the system.


Modified: trunk/cipher/ChangeLog
===================================================================
--- trunk/cipher/ChangeLog	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/cipher/ChangeLog	2006-11-05 20:52:09 UTC (rev 1192)
@@ -1,3 +1,8 @@
+2006-11-05  Moritz Schulte  <moritz at g10code.com>
+
+	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
+	new gcrypt.h is used, not the one installed in the system.
+
 2006-10-25  Werner Koch  <wk at g10code.com>
 
 	* primegen.c (prime_generate_internal): Tweaked use of secure

Modified: trunk/cipher/Makefile.am
===================================================================
--- trunk/cipher/Makefile.am	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/cipher/Makefile.am	2006-11-05 20:52:09 UTC (rev 1192)
@@ -30,7 +30,7 @@
 
 libcipher_la_DEPENDENCIES = $(GCRYPT_MODULES)
 libcipher_la_LIBADD = $(GCRYPT_MODULES)
-AM_CFLAGS = @GPG_ERROR_CFLAGS@
+AM_CFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
 
 libcipher_la_SOURCES = \
 cipher.c pubkey.c ac.c md.c \

Modified: trunk/mpi/ChangeLog
===================================================================
--- trunk/mpi/ChangeLog	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/mpi/ChangeLog	2006-11-05 20:52:09 UTC (rev 1192)
@@ -1,3 +1,8 @@
+2006-11-05  Moritz Schulte  <moritz at g10code.com>
+
+	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
+	new gcrypt.h is used, not the one installed in the system.
+
 2006-10-23  Werner Koch  <wk at g10code.com>
 
 	* config.links (mpi_optional_modules): Make sure that powerpc64 is

Modified: trunk/mpi/Makefile.am
===================================================================
--- trunk/mpi/Makefile.am	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/mpi/Makefile.am	2006-11-05 20:52:09 UTC (rev 1192)
@@ -151,7 +151,7 @@
 
 noinst_LTLIBRARIES = libmpi.la
 
-AM_CFLAGS = @GPG_ERROR_CFLAGS@
+AM_CFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
 libmpi_la_LDFLAGS =
 libmpi_la_SOURCES = longlong.h	   \
 	      mpi-add.c      \

Modified: trunk/tests/ChangeLog
===================================================================
--- trunk/tests/ChangeLog	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/tests/ChangeLog	2006-11-05 20:52:09 UTC (rev 1192)
@@ -1,3 +1,8 @@
+2006-11-05  Moritz Schulte  <moritz at g10code.com>
+
+	* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the
+	new gcrypt.h is used, not the one installed in the system.
+
 2006-10-17  Werner Koch  <wk at g10code.com>
 
 	* keygen.c (check_rsa_keys): Also create an 1536 bit DSA key.

Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am	2006-11-05 18:08:44 UTC (rev 1191)
+++ trunk/tests/Makefile.am	2006-11-05 20:52:09 UTC (rev 1192)
@@ -27,4 +27,4 @@
 EXTRA_PROGRAMS = testapi
 noinst_PROGRAMS = $(TESTS)
 
-AM_CFLAGS = @GPG_ERROR_CFLAGS@
+AM_CFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@




More information about the Gnupg-commits mailing list