From 1f082fa21288330fb5b53ce5555ace608ed36040 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 12 Dec 2005 05:36:17 +0000 Subject: Fix make-clean issues. 2005-12-12 Harish Krishnaswamy * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750 --- plugins/select-one-source/ChangeLog | 4 ++++ plugins/select-one-source/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) (limited to 'plugins/select-one-source') diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog index 147c75650c..ec1933516c 100644 --- a/plugins/select-one-source/ChangeLog +++ b/plugins/select-one-source/ChangeLog @@ -1,3 +1,7 @@ +2005-12-12 Harish Krishnaswamy + + * Makefile.am: Fix make-clean issues. + 2005-05-06 Not Zed * Makefile.am: diff --git a/plugins/select-one-source/Makefile.am b/plugins/select-one-source/Makefile.am index e329a9efb5..2dcf45c0a0 100644 --- a/plugins/select-one-source/Makefile.am +++ b/plugins/select-one-source/Makefile.am @@ -11,3 +11,6 @@ liborg_gnome_select_one_source_la_SOURCES = select-one-source.c liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-select-one-source.eplug.xml + +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) -- cgit