diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 06:19:28 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:04 +0800 |
commit | 75df7ae67b78f94dd69ac5c6ad079e3d360c8461 (patch) | |
tree | 3e4d6b1527873f75eb941d0708ac7ad2ce2334cb /libempathy/Makefile.am | |
parent | e2c9efce03711a62db2eadc118fd2266da325d73 (diff) | |
download | gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar.gz gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar.bz2 gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar.lz gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar.xz gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.tar.zst gsoc2013-empathy-75df7ae67b78f94dd69ac5c6ad079e3d360c8461.zip |
tp-account-widgets: Move the IRC network list with the related sources
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 6759d9f17..56fb12202 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -133,11 +133,7 @@ dtd_resources_files = \ empathy-status-presets.dtd \ empathy-contact-groups.dtd \ empathy-chatroom-manager.dtd \ - empathy-irc-networks.dtd - -ircnetworksdir = $(datadir)/empathy -ircnetworks_DATA = \ - irc-networks.xml + $(NULL) dtd_resource_files: $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/empathy-dtd.gresource.xml) @@ -150,7 +146,7 @@ empathy-dtd-resources.h: empathy-dtd.gresource.xml $(dtd_resource_files) EXTRA_DIST = \ empathy-dtd.gresource.xml \ $(dtd_resources_files) \ - $(ircnetworks_DATA) + $(NULL) CLEANFILES = \ $(BUILT_SOURCES) \ |