[svn] GPGol - r171 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Mon Aug 13 16:58:04 CEST 2007


Author: marcus
Date: 2007-08-13 16:57:34 +0200 (Mon, 13 Aug 2007)
New Revision: 171

Modified:
   trunk/src/ChangeLog
   trunk/src/Makefile.am
Log:
2007-08-13  Marcus Brinkmann  <marcus at g10code.de>

	* Makefile.am (gpgol_SOURCES): Add common.h.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2007-08-10 07:17:28 UTC (rev 170)
+++ trunk/src/ChangeLog	2007-08-13 14:57:34 UTC (rev 171)
@@ -1,3 +1,7 @@
+2007-08-13  Marcus Brinkmann  <marcus at g10code.de>
+
+	* Makefile.am (gpgol_SOURCES): Add common.h.
+
 2007-08-06  Werner Koch  <wk at g10code.com>
 
 	Lots of changes to support S/MIME and to revamp most of the old

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2007-08-10 07:17:28 UTC (rev 170)
+++ trunk/src/Makefile.am	2007-08-13 14:57:34 UTC (rev 171)
@@ -37,7 +37,8 @@
 	msgcache.c msgcache.h       \
         engine-gpgme.c	engine.h    \
 	rfc822parse.c rfc822parse.h \
-        common.c util.h xmalloc.h   \
+        common.h common.c util.h    \
+	xmalloc.h		    \
 	passcache.c passcache.h     \
         config-dialog.c	            \
         passphrase-dialog.c         \




More information about the Gnupg-commits mailing list