From 93332554c235c7de59c64d0733f791a3be9f1775 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 15:14:10 +0100 Subject: Move some files and directories to better locations - mate-volume-control/data changed to /data - mate-volume-control/src/* moved to mate-volume-control - sound-theme/sounds changed to /data/sounds - sound-theme/*.{c,h} moved to mate-volume-control - Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b0a677f..ccfd2dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ NULL = -SUBDIRS = po man sound-theme mate-volume-control +SUBDIRS = data po man mate-volume-control DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ @@ -9,10 +9,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-deprecated DIST_SUBDIRS = \ + data \ po \ man \ mate-volume-control \ - sound-theme \ $(NULL) EXTRA_DIST = \ -- cgit v1.2.1