aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-02-04 04:28:32 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-02-04 04:28:32 +0800
commit78ce1427403e5e2aa3aafae34805575bbc122126 (patch)
tree3820deb01bfe68b70877166a3eaeb42a43a1ec59 /libempathy
parent259e84d18e9ff1a045344e1762d5592165d5eab1 (diff)
downloadgsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar.gz
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar.bz2
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar.lz
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar.xz
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.tar.zst
gsoc2013-empathy-78ce1427403e5e2aa3aafae34805575bbc122126.zip
Install irc-networks.xml
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 9ec10b3b4..f85807251 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -153,6 +153,10 @@ stylesheetdir = $(datadir)/empathy
stylesheet_DATA = \
empathy-log-manager.xsl
+ircnetworksdir = $(datadir)/empathy
+ircnetworks_DATA = \
+ irc-networks.xml
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libempathy.pc
@@ -162,7 +166,8 @@ EXTRA_DIST = \
empathy-filter.xml \
tp-stream-engine.xml \
$(stylesheet_DATA) \
- $(dtd_DATA)
+ $(dtd_DATA) \
+ $(ircnetworks_DATA)
CLEANFILES = \
$(BUILT_SOURCES) \