[svn] gpgme - r1252 - trunk/gpgme

svn author marcus cvs at cvs.gnupg.org
Fri Sep 7 22:54:42 CEST 2007


Author: marcus
Date: 2007-09-07 22:54:12 +0200 (Fri, 07 Sep 2007)
New Revision: 1252

Modified:
   trunk/gpgme/ChangeLog
   trunk/gpgme/Makefile.am
   trunk/gpgme/gpgme.h
Log:
2007-09-07  Marcus Brinkmann  <marcus at g10code.de>

	* Makefile.am (libgpgme_qt_la_SOURCES): Move
	moc_kdpipeiodevice.cpp to EXTRA_DIST, as this is only included by
	another file (it's more like a header file than a cpp file, but
	automake doesn't know that).


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2007-09-07 19:38:50 UTC (rev 1251)
+++ trunk/gpgme/ChangeLog	2007-09-07 20:54:12 UTC (rev 1252)
@@ -1,5 +1,10 @@
 2007-09-07  Marcus Brinkmann  <marcus at g10code.de>
 
+	* Makefile.am (libgpgme_qt_la_SOURCES): Move
+	moc_kdpipeiodevice.cpp to EXTRA_DIST, as this is only included by
+	another file (it's more like a header file than a cpp file, but
+	automake doesn't know that).
+
 	* w32-qt-io.cpp (_gpgme_io_spawn): Fix several cast errors and typos.
 	* w32-io.c (_gpgme_io_write): Use TRACE_SYSRES instead of TRACE_SYS.
 	(libgpgme_qt_la_LIBADD): Add QT4_CORE_LIBS, not QT4_CORE_LIB.

Modified: trunk/gpgme/Makefile.am
===================================================================
--- trunk/gpgme/Makefile.am	2007-09-07 19:38:50 UTC (rev 1251)
+++ trunk/gpgme/Makefile.am	2007-09-07 20:54:12 UTC (rev 1252)
@@ -19,8 +19,9 @@
 
 ## Process this file with automake to produce Makefile.in
 
+# Note: moc_kdpipeiodevice should actually be a dependcy below.
 EXTRA_DIST = gpgme-config.in gpgme.m4 mkstatus libgpgme.vers \
-	     versioninfo.rc.in gpgme.def
+	     versioninfo.rc.in gpgme.def moc_kdpipeiodevice.cpp
 BUILT_SOURCES = status-table.h
 MOSTLYCLEANFILES = status-table.h
 bin_SCRIPTS = gpgme-config
@@ -115,8 +116,8 @@
 
 if BUILD_W32_QT
 libgpgme_qt_la_SOURCES = $(main_sources) ath.h ath.c w32-qt-io.cpp \
-	kdpipeiodevice.h kdpipeiodevice.cpp moc_kdpipeiodevice.cpp \
-	kdpipeiodevice.moc
+	kdpipeiodevice.h kdpipeiodevice.cpp kdpipeiodevice.moc
+# FIXME: Add extra depedency: moc_kdpipeiodevice.cpp
 
 # These are built sources (normally).
 # moc_kdpipeiodevice.cpp: kdpipeiodevice.h

Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h	2007-09-07 19:38:50 UTC (rev 1251)
+++ trunk/gpgme/gpgme.h	2007-09-07 20:54:12 UTC (rev 1252)
@@ -73,7 +73,7 @@
    AM_PATH_GPGME macro) check that this header matches the installed
    library.  Warning: Do not edit the next line.  configure will do
    that for you!  */
-#define GPGME_VERSION "1.1.5-cvs1250"
+#define GPGME_VERSION "1.1.5-cvs1251"
 
 
 




More information about the Gnupg-commits mailing list