summaryrefslogtreecommitdiff
path: root/gst-mixer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst-mixer/Makefile.am')
-rw-r--r--gst-mixer/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/gst-mixer/Makefile.am b/gst-mixer/Makefile.am
deleted file mode 100644
index 7982566..0000000
--- a/gst-mixer/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-Desktopdir = $(datadir)/applications
-SUBDIRS = doc icons pixmaps src
-
-@INTLTOOL_DESKTOP_RULE@
-Desktop_in_files = mate-volume-control.desktop.in.in
-Desktop_DATA = $(Desktop_in_files:.desktop.in.in=.desktop)
-
-@INTLTOOL_XML_NOMERGE_RULE@
-gsettings_SCHEMAS = \
- org.mate.volume-control.gschema.xml
-@GSETTINGS_RULES@
-
-%.gschema.xml.in: %.gschema.xml.in.in Makefile
- $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
-
-convertdir = $(datadir)/MateConf/gsettings
-convert_DATA = mate-volume-control.convert
-
-EXTRA_DIST = \
- $(Desktop_in_files) \
- $(convert_DATA) \
- $(gsettings_SCHEMAS).in.in
-
-CLEANFILES = \
- $(Desktop_DATA) \
- $(gsettings_SCHEMAS_in) \
- $(gsettings_SCHEMAS) \
- *.gschema.valid
-
-DISTCLEANFILES = \
- $(Desktop_in_files:.desktop.in.in=.desktop.in)
-
--include $(top_srcdir)/git.mk