summaryrefslogtreecommitdiff
path: root/gst-mixer/Makefile.am
blob: 7982566888be6bb288f8020227e0c5558d486343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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