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 --- data/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 data/Makefile.am (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..58159fb --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,30 @@ +NULL = + +SUBDIRS = \ + icons \ + sounds \ + $(NULL) + +@INTLTOOL_DESKTOP_RULE@ +autostartdir = $(sysconfdir)/xdg/autostart +autostart_in_files = mate-volume-control-applet.desktop.in +autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) + +appsdir = $(datadir)/applications +apps_in_files = mate-volume-control.desktop.in +apps_DATA = $(apps_in_files:.desktop.in=.desktop) + +EXTRA_DIST = \ + $(autostart_in_files) \ + mate-volume-control.desktop.in.in \ + $(NULL) + +CLEANFILES = \ + mate-volume-control.desktop \ + $(NULL) + +DISTCLEANFILES = \ + mate-volume-control-applet.desktop \ + $(NULL) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1 From 1621b391b6e108a4d3fc58b7df5aafb343de2405 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 15:44:58 +0100 Subject: Remove unused parts of Makefiles and clean up tabs --- data/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 58159fb..47394ff 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,8 +1,8 @@ NULL = -SUBDIRS = \ - icons \ - sounds \ +SUBDIRS = \ + icons \ + sounds \ $(NULL) @INTLTOOL_DESKTOP_RULE@ -- cgit v1.2.1