diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 684d4e64b..2b1d75ecf 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -24,6 +24,8 @@ libempathy_la_SOURCES = \ gossip-debug.c gossip-debug.h \ gossip-utils.c gossip-utils.h \ gossip-message.c gossip-message.h \ + gossip-chatroom-manager.c gossip-chatroom-manager.h \ + gossip-chatroom.c gossip-chatroom.h \ empathy-contact-list.c empathy-contact-list.h \ empathy-contact-manager.c empathy-contact-manager.h \ empathy-tp-contact-list.c empathy-tp-contact-list.h \ @@ -49,8 +51,13 @@ libempathy_includedir = $(includedir)/empathy/ empathy-chandler-glue.h: empathy-chandler.xml $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_chandler --mode=glib-server --output=$@ $< +dtddir = $(datadir)/empathy +dtd_DATA = \ + gossip-chatroom-manager.dtd + EXTRA_DIST = \ empathy-marshal.list \ - empathy-chandler.xml + empathy-chandler.xml \ + $(dtd_DATA) CLEANFILES = $(BUILT_SOURCES) |