summaryrefslogtreecommitdiff
path: root/mate-volume-control/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/data/Makefile.am')
-rw-r--r--mate-volume-control/data/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/mate-volume-control/data/Makefile.am b/mate-volume-control/data/Makefile.am
deleted file mode 100644
index c580a45..0000000
--- a/mate-volume-control/data/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-NULL =
-
-SUBDIRS = \
- icons \
- $(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