diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-24 18:26:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-24 18:26:36 +0100 |
commit | e4c24e9ec23deca528d3bdd51a43ad430a23cff3 (patch) | |
tree | 2b1f8bdd17dd4d8c66f7850786098e0f0deabb5b /Makefile.am | |
parent | 010956796f9111d3d5cdbddc5041588ebe4d0126 (diff) | |
download | mate-applets-e4c24e9ec23deca528d3bdd51a43ad430a23cff3.tar.bz2 mate-applets-e4c24e9ec23deca528d3bdd51a43ad430a23cff3.tar.xz |
update Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 6fe592fc..c8c83f18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,10 +47,9 @@ always_built_SUBDIRS = \ charpick \ drivemount \ geyes \ - mini-commander \ stickynotes \ - trashapplet \ - null_applet + trashapplet +# null_applet SUBDIRS = \ po \ @@ -72,7 +71,6 @@ DIST_SUBDIRS = \ drivemount \ charpick \ geyes \ - mini-commander \ battstat \ multiload \ mateweather \ @@ -100,8 +98,6 @@ EXTRA_DIST = \ mate-doc-utils.make DISTCHECK_CONFIGURE_FLAGS = \ - --disable-scrollkeeper \ - --enable-mini-commander \ --enable-mixer-applet # We build the ChangeLog from the git log @@ -115,11 +111,6 @@ dist: ChangeLog # Make sure the ChangeLog is updated every time .PHONY: ChangeLog -# hack from sound-juicer to get around scrollkeeper's leaving a big -# mess behind. -distuninstallcheck_listfiles = \ - find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print - ACLOCAL_AMFLAGS = -I m4 DISTCLEANFILES = intltool-extract \ |