[svn] GPGol - r112 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Thu Oct 6 14:05:24 CEST 2005


Author: marcus
Date: 2005-10-06 14:05:24 +0200 (Thu, 06 Oct 2005)
New Revision: 112

Modified:
   trunk/src/ChangeLog
   trunk/src/Makefile.am
Log:
2005-10-06  Marcus Brinkmann  <marcus at g10code.de>

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


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2005-10-06 12:03:03 UTC (rev 111)
+++ trunk/src/ChangeLog	2005-10-06 12:05:24 UTC (rev 112)
@@ -1,3 +1,7 @@
+2005-10-06  Marcus Brinkmann  <marcus at g10code.de>
+
+	* Makefile.am (gpgol_SOURCES): Add util.h
+
 2005-09-29  Werner Koch  <wk at g10code.com>
 
 	* gpgmsg.cpp (encrypt_and_sign): Pass signing key to encryption

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2005-10-06 12:03:03 UTC (rev 111)
+++ trunk/src/Makefile.am	2005-10-06 12:05:24 UTC (rev 112)
@@ -34,7 +34,7 @@
 	msgcache.c msgcache.h       \
         engine-gpgme.c	engine.h    \
 	rfc822parse.c rfc822parse.h \
-        common.c intern.h	    \
+        common.c util.h intern.h    \
 	passcache.c passcache.h     \
         config-dialog.c	            \
         passphrase-dialog.c         \




More information about the Gnupg-commits mailing list