From f835feb96233d8f06cffd19f9c795d29f3d0a4f5 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 12 May 2005 04:27:39 +0000 Subject: Fixed built_sources && cleanfiles for generated files svn path=/trunk/; revision=29327 --- plugins/copy-tool/ChangeLog | 4 ++++ plugins/copy-tool/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) (limited to 'plugins/copy-tool') diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog index a8dcbc0a6e..3bc66f2ef1 100644 --- a/plugins/copy-tool/ChangeLog +++ b/plugins/copy-tool/ChangeLog @@ -1,3 +1,7 @@ +2005-05-11 Not Zed + + * Makefile.am: added built_sources/cleanfiles. + 2005-05-06 Not Zed * Makefile.am: diff --git a/plugins/copy-tool/Makefile.am b/plugins/copy-tool/Makefile.am index 8083f347e7..263a0a2da0 100644 --- a/plugins/copy-tool/Makefile.am +++ b/plugins/copy-tool/Makefile.am @@ -11,3 +11,6 @@ liborg_gnome_copy_tool_la_SOURCES = copy-tool.c liborg_gnome_copy_tool_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-copy-tool.eplug.xml + +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3