diff options
author | infirit <[email protected]> | 2013-10-19 12:48:56 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 12:51:51 +0200 |
commit | 4faf1eab8554b0fd8ba0c332d9c1942430c46fbf (patch) | |
tree | 382752e2f271dbf59674478717275a90ade90b65 | |
parent | 7d7b4887a7c94b474cd79b98a21b87fec96ba469 (diff) | |
download | mate-applets-4faf1eab8554b0fd8ba0c332d9c1942430c46fbf.tar.bz2 mate-applets-4faf1eab8554b0fd8ba0c332d9c1942430c46fbf.tar.xz |
Fix make distcheck
Just use CLEANFILES instead of DISTCLEANFILES
Correct name, server -> service
Add applet_DATA to CLEANFILES
-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 \ |