diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-19 04:46:59 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-19 04:46:59 -0700 |
commit | d3178d6a81bb95316193d24926bed3fdc943355e (patch) | |
tree | 3b1c45b791d590e1f69f9d67e002cabcc68d6016 /invest-applet | |
parent | 3a822cb94c27a06bb72921edc1875689818ff0de (diff) | |
parent | 15a5d5502765bc1a593d833ca9f613e77dc70aa2 (diff) | |
download | mate-applets-d3178d6a81bb95316193d24926bed3fdc943355e.tar.bz2 mate-applets-d3178d6a81bb95316193d24926bed3fdc943355e.tar.xz |
Merge pull request #59 from infirit/master
Move to gucharmap + make distcheck now works
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 \ |