[svn] pinentry - r187 - in trunk: . qt4
svn author marcus
cvs at cvs.gnupg.org
Fri Jul 25 15:46:53 CEST 2008
Author: marcus
Date: 2008-07-25 15:46:53 +0200 (Fri, 25 Jul 2008)
New Revision: 187
Modified:
trunk/ChangeLog
trunk/qt4/Makefile.am
Log:
2008-07-25 Marcus Brinkmann <marcus at ulysses.g10code.com>
* qt4/Makefile.am (DISTCLEANFILES): Rename to CLEANFILES.
(BUILD_SOURCES): New.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-07-25 13:21:02 UTC (rev 186)
+++ trunk/ChangeLog 2008-07-25 13:46:53 UTC (rev 187)
@@ -1,3 +1,8 @@
+2008-07-25 Marcus Brinkmann <marcus at ulysses.g10code.com>
+
+ * qt4/Makefile.am (DISTCLEANFILES): Rename to CLEANFILES.
+ (BUILD_SOURCES): New.
+
2008-07-25 Marcus Brinkmann <marcus at g10code.de>
* configure.ac: Prefer pinentry gtk2 over gtk. Now also choose
Modified: trunk/qt4/Makefile.am
===================================================================
--- trunk/qt4/Makefile.am 2008-07-25 13:21:02 UTC (rev 186)
+++ trunk/qt4/Makefile.am 2008-07-25 13:46:53 UTC (rev 187)
@@ -41,8 +41,9 @@
pinentry_qt4_SOURCES = pinentrydialog.h pinentrydialog.cpp \
main.cpp
nodist_pinentry_qt4_SOURCES = pinentrydialog.moc
+BUILT_SOURCES = pinentrydialog.moc
-DISTCLEANFILES = $(nodist_pinentry_qt4_SOURCES)
+CLEANFILES = $(nodist_pinentry_qt4_SOURCES)
%.moc: $(srcdir)/%.h
$(MOC) $< -o $@
More information about the Gnupg-commits
mailing list