diff options
-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 \ |