From 75df7ae67b78f94dd69ac5c6ad079e3d360c8461 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Tue, 26 Mar 2013 23:19:28 +0100 Subject: tp-account-widgets: Move the IRC network list with the related sources https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tp-account-widgets/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tp-account-widgets/Makefile.am') diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am index 38a482e1b..d0c73bfa4 100644 --- a/tp-account-widgets/Makefile.am +++ b/tp-account-widgets/Makefile.am @@ -68,6 +68,14 @@ check_c_sources = \ include $(top_srcdir)/tools/check-coding-style.mk check-local: check-coding-style +account_widgets_dtd_files = \ + empathy-irc-networks.dtd \ + $(NULL) + +ircnetworksdir = $(datadir)/empathy +ircnetworks_DATA = \ + irc-networks.xml + account_widgets_ui_files = \ empathy-account-widget-generic.ui \ empathy-account-widget-jabber.ui \ @@ -91,7 +99,9 @@ empathy-account-widgets-resources.h: empathy-account-widgets.gresource.xml $(acc EXTRA_DIST = \ empathy-account-widgets.gresource.xml \ + $(account_widgets_dtd_files) \ $(account_widgets_ui_files) \ + $(ircnetworks_DATA) \ $(NULL) CLEANFILES = \ -- cgit v1.2.3