[svn] gpgme - r1349 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Wed Dec 3 15:24:03 CET 2008
Author: marcus
Date: 2008-12-03 15:24:03 +0100 (Wed, 03 Dec 2008)
New Revision: 1349
Modified:
trunk/src/ChangeLog
trunk/src/Makefile.am
Log:
2008-12-03 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (status-table.h): Use $(builddir) to find gpgme.h.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-11-28 10:32:12 UTC (rev 1348)
+++ trunk/src/ChangeLog 2008-12-03 14:24:03 UTC (rev 1349)
@@ -1,3 +1,7 @@
+2008-12-03 Marcus Brinkmann <marcus at g10code.de>
+
+ * Makefile.am (status-table.h): Use $(builddir) to find gpgme.h.
+
2008-11-18 Werner Koch <wk at g10code.com>
* version.c (do_subsystem_inits): Always initialize I/O
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-11-28 10:32:12 UTC (rev 1348)
+++ trunk/src/Makefile.am 2008-12-03 14:24:03 UTC (rev 1349)
@@ -226,7 +226,7 @@
endif
status-table.h : gpgme.h
- $(srcdir)/mkstatus < $(srcdir)/gpgme.h > status-table.h
+ $(srcdir)/mkstatus < $(builddir)/gpgme.h > status-table.h
install-data-local: install-def-file
More information about the Gnupg-commits
mailing list