diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-07 17:42:50 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-07 17:42:50 +0100 |
commit | fb5fd39115c4feb0b33ad0d32ec3aa8c07117efe (patch) | |
tree | 764e34d0930c1bcdfd1489ba9b4b99d4156de7f4 | |
parent | 1f195365307bfdcc64ec4efdeef417ae19a5bf6f (diff) | |
download | mate-media-fb5fd39115c4feb0b33ad0d32ec3aa8c07117efe.tar.bz2 mate-media-fb5fd39115c4feb0b33ad0d32ec3aa8c07117efe.tar.xz |
update Makefile
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 517dc22..571f173 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,6 @@ NULL = SUBDIRS = po -if HAVE_GMP -SUBDIRS += profiles -endif - if HAVE_SOUND_THEME SUBDIRS += sound-theme endif @@ -18,10 +14,6 @@ if HAVE_GSTMIXER SUBDIRS += gst-mixer endif -if HAVE_GSTPROPS -SUBDIRS += gstreamer-properties -endif - DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-more-warnings \ @@ -29,10 +21,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ DIST_SUBDIRS = \ po \ - profiles \ mate-volume-control \ gst-mixer \ - gstreamer-properties \ sound-theme \ $(NULL) @@ -43,8 +33,7 @@ EXTRA_DIST = \ COPYING \ COPYING-DOCS \ COPYING.gst-mixer \ - COPYING.profiles \ - build-aux/git-version-gen \ + build-aux/git-version-gen \ build-aux/mate-doc-utils.make \ m4/as-compiler-flag.m4 \ m4/as-version.m4 \ |