aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
commitfe2af56cf1c62cbf1991f43510e0718bd46d3350 (patch)
tree68e91cbae6ac64353a6efd14f3879375889a4e73 /data/Makefile.am
parent8d46d24e23836a0651abd14af67788d43f0416c9 (diff)
Remove autotools support
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
deleted file mode 100644
index ad4e00f..0000000
--- a/data/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-NULL =
-
-SUBDIRS = icons
-
-gsettings_SCHEMAS = org.gnome.PrepaidManager.gschema.xml
-
-@INTLTOOL_XML_NOMERGE_RULE@
-@GSETTINGS_RULES@
-
-%.gschema.xml.in: %.gschema.xml.in.in Makefile
- $(AM_V_GEN) sed -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
-
-# We need to compile schemas at make time
-# to run from source tree
-gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
- $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
-
-@INTLTOOL_XML_RULE@
-appdatadir = $(datadir)/appdata
-appdata_in_files = prepaid-manager-applet.appdata.xml.in
-appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-
-all-local: gschemas.compiled
-
-EXTRA_DIST = \
- org.gnome.PrepaidManager.gschema.xml.in.in \
- $(appdata_in_files) \
- $(NULL)
-
-CLEANFILES = \
- $(gsettings_SCHEMAS) \
- gschemas.compiled \
- $(appdata_DATA) \
- $(NULL)
-