diff options
author | infirit <[email protected]> | 2013-10-19 12:48:56 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 13:19:53 +0200 |
commit | 6649d95a2e32e1c43f64c9b7ff29c3743f6d79bd (patch) | |
tree | d003b056bf0ecbb77abb2f0ea4d821558bc2425a /invest-applet | |
parent | 5b4d9d3cbdf81c4d27efcce771db92a88bab4eda (diff) | |
download | mate-applets-6649d95a2e32e1c43f64c9b7ff29c3743f6d79bd.tar.bz2 mate-applets-6649d95a2e32e1c43f64c9b7ff29c3743f6d79bd.tar.xz |
Fix make distcheck
Just use CLEANFILES instead of DISTCLEANFILES
Correct name, server -> service
Add applet_DATA to CLEANFILES
Diffstat (limited to 'invest-applet')
-rw-r--r-- | invest-applet/data/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/invest-applet/data/Makefile.am b/invest-applet/data/Makefile.am index 333040df..fa9177cc 100644 --- a/invest-applet/data/Makefile.am +++ b/invest-applet/data/Makefile.am @@ -45,9 +45,13 @@ investbindir = $(libdir)/invest-applet # Build rules # ****************************************************************************** -DISTCLEANFILES = \ - $(server_in_files) \ - $(server_in_files:.server.in=.server) +CLEANFILES = \ + $(applet_DATA) \ + $(applet_DATA).in \ + $(service_in_files) \ + $(service_in_files:.service.in=.service) + + EXTRA_DIST = \ org.mate.applets.InvestApplet.mate-panel-applet.in.in \ |