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 --- configure.ac | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ab48bf7..c9cb974 100644 --- a/configure.ac +++ b/configure.ac @@ -161,26 +161,24 @@ AC_SUBST(CFLAGS) AC_CONFIG_FILES([ Makefile +data/Makefile +data/mate-volume-control.desktop.in +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/16x16/status/Makefile +data/icons/22x22/Makefile +data/icons/22x22/status/Makefile +data/icons/24x24/Makefile +data/icons/24x24/status/Makefile +data/icons/32x32/Makefile +data/icons/32x32/status/Makefile +data/icons/scalable/Makefile +data/icons/scalable/devices/Makefile +data/icons/scalable/status/Makefile +data/sounds/Makefile man/Makefile po/Makefile.in -sound-theme/Makefile -sound-theme/sounds/Makefile mate-volume-control/Makefile -mate-volume-control/data/Makefile -mate-volume-control/data/mate-volume-control.desktop.in -mate-volume-control/data/icons/Makefile -mate-volume-control/data/icons/16x16/Makefile -mate-volume-control/data/icons/16x16/status/Makefile -mate-volume-control/data/icons/22x22/Makefile -mate-volume-control/data/icons/22x22/status/Makefile -mate-volume-control/data/icons/24x24/Makefile -mate-volume-control/data/icons/24x24/status/Makefile -mate-volume-control/data/icons/32x32/Makefile -mate-volume-control/data/icons/32x32/status/Makefile -mate-volume-control/data/icons/scalable/Makefile -mate-volume-control/data/icons/scalable/devices/Makefile -mate-volume-control/data/icons/scalable/status/Makefile -mate-volume-control/src/Makefile ]) AC_OUTPUT -- cgit v1.2.1