diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-26 21:18:17 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-26 21:18:17 +0100 |
commit | bd4b7678e0dbdc9e72c6edf59456cdf5192313b5 (patch) | |
tree | 16f7d4721cf858772e2889e639f036de8b12c672 /Makefile.am | |
parent | f39ac1d2cfe5ec92782cad61de1df31e0062d06c (diff) | |
download | mate-applets-bd4b7678e0dbdc9e72c6edf59456cdf5192313b5.tar.bz2 mate-applets-bd4b7678e0dbdc9e72c6edf59456cdf5192313b5.tar.xz |
Add new command applet
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e3a4715..537372ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,8 @@ always_built_SUBDIRS = \ drivemount \ geyes \ stickynotes \ - trashapplet + trashapplet \ + command # null_applet SUBDIRS = \ @@ -76,6 +77,7 @@ DIST_SUBDIRS = \ cpufreq \ invest-applet \ timer-applet \ + command \ null_applet EXTRA_DIST = \ |