diff options
| author | Harish Krishnaswamy <kharish@novell.com> | 2005-12-12 13:36:17 +0800 | 
|---|---|---|
| committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-12-12 13:36:17 +0800 | 
| commit | 1f082fa21288330fb5b53ce5555ace608ed36040 (patch) | |
| tree | dfd5cd8d5f674fa2ff9862ddf2c77910b11aff68 /plugins/print-message/Makefile.am | |
| parent | 8ec3a66d0bd0f518782ff9f277b8213da49bcccf (diff) | |
| download | gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.gz gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.zst gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.zip | |
Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>
* Makefile.am: Fix make-clean issues.
svn path=/trunk/; revision=30750
Diffstat (limited to 'plugins/print-message/Makefile.am')
| -rw-r--r-- | plugins/print-message/Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/plugins/print-message/Makefile.am b/plugins/print-message/Makefile.am index ad4f7f8dd7..73b9d06918 100644 --- a/plugins/print-message/Makefile.am +++ b/plugins/print-message/Makefile.am @@ -18,4 +18,6 @@ liborg_gnome_print_message_la_LIBADD =			\  EXTRA_DIST = 					\  	org-gnome-print-message.eplug.xml\  	org-gnome-print-message.xml + +BUILT_SOURCES = org-gnome-print-message.eplug  CLEANFILES = $(BUILT_SOURCES) | 
