[Goodies-commits] r7593 - in xfce4-notes-plugin/trunk: . panel-plugin
Mike Massonnet
mmassonnet at xfce.org
Tue Jun 16 14:41:49 CEST 2009
Author: mmassonnet
Date: 2009-06-16 12:41:49 +0000 (Tue, 16 Jun 2009)
New Revision: 7593
Modified:
xfce4-notes-plugin/trunk/ChangeLog
xfce4-notes-plugin/trunk/Makefile.am
xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix make distcheck (once again)
Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog 2009-06-16 11:07:39 UTC (rev 7592)
+++ xfce4-notes-plugin/trunk/ChangeLog 2009-06-16 12:41:49 UTC (rev 7593)
@@ -1,3 +1,7 @@
+2009-06-16 Mike Massonnet <mmassonnet at xfce.org>
+
+Fix make distcheck (once again)
+
2009-06-15 Mike Massonnet <mmassonnet at xfce.org>
Fix make distcheck
Modified: xfce4-notes-plugin/trunk/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/Makefile.am 2009-06-16 11:07:39 UTC (rev 7592)
+++ xfce4-notes-plugin/trunk/Makefile.am 2009-06-16 12:41:49 UTC (rev 7593)
@@ -8,6 +8,9 @@
distclean-local:
rm -rf *.cache *~
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-maintainer-mode
+
EXTRA_DIST = \
AUTHORS \
ChangeLog \
Modified: xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/Makefile.am 2009-06-16 11:07:39 UTC (rev 7592)
+++ xfce4-notes-plugin/trunk/panel-plugin/Makefile.am 2009-06-16 12:41:49 UTC (rev 7593)
@@ -143,7 +143,8 @@
# Extra
#
EXTRA_DIST = \
- $(desktop_in_in_files) $(xfce4_notes_plugin_VALASOURCES)
+ $(desktop_in_in_files) $(xfce4_notes_plugin_VALASOURCES) \
+ config.vapi color.vapi popup.vapi
CLEANFILES = \
$(BUILT_SOURCES) $(vala_built_SOURCES)
More information about the Goodies-commits
mailing list