]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/Makefile.am
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
[empathy.git] / libempathy-gtk / Makefile.am
index 002762138d24185d141c8b72c16c9feb5e9152c2..721bd82e22e5e2f0b57617e30f3f64e508f8173e 100644 (file)
@@ -28,7 +28,6 @@ libempathy_gtk_la_SOURCES =                   \
        empathy-cell-renderer-activatable.c     \
        empathy-spell.c                         \
        empathy-spell-dialog.c                  \
-       empathy-contact-groups.c                \
        empathy-contact-list-store.c            \
        empathy-contact-list-view.c             \
        empathy-preferences.c                   \
@@ -83,7 +82,6 @@ libempathy_gtk_headers =                      \
        empathy-cell-renderer-activatable.h     \
        empathy-spell.h                         \
        empathy-spell-dialog.h                  \
-       empathy-contact-groups.h                \
        empathy-contact-list-store.h            \
        empathy-contact-list-view.h             \
        empathy-preferences.h                   \
@@ -174,16 +172,11 @@ empathy-gtk-enum-types.c: Makefile $(libempathy_gtk_headers)
        && cp xgen-gtc $(@F) \
        && rm -f xgen-gtc
 
-dtddir = $(datadir)/empathy
-dtd_DATA =                                     \
-       empathy-contact-groups.dtd
-
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libempathy-gtk.pc
 
 EXTRA_DIST =                   \
-       $(glade_DATA)           \
-       $(dtd_DATA)
+       $(glade_DATA)
 
 CLEANFILES =                           \
        $(BUILT_SOURCES)                \