summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-27 22:32:53 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:17 +0100
commite68db23a97df9cf94ebcb0b63fc83b4cdb0d9b78 (patch)
tree59fa8f4e7d73a2ce74d122b92151363d60d7916d /data/Makefile.am
parent6887a6850c5ed75baaae2aa1b40a707b89b7c2d9 (diff)
introspection: setup all new files and remove old ones
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f46af85b..3a5b7d17 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,12 +27,6 @@ dbusactivation_DATA = $(dbusactivation_in_files:.service.in=.service)
$(edit) $< >$@
-# DBus Introspection files
-XMLS = $(wildcard $(top_srcdir)/new/*.xml)
-xmldir = $(datadir)/dbus-1/interfaces
-xml_DATA = $(filter-out $(top_srcdir)/new/all.xml, $(XMLS))
-
-
# Icon
icondir=${datadir}/icons/hicolor/22x22/apps
icon_DATA = modem-manager.png
@@ -57,4 +51,3 @@ EXTRA_DIST = \
$(dbusservice_file_nopolkit) \
$(icon_DATA) \
$(dist_polkit_policy_in_files)
-