diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:28 +0800 |
commit | c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa (patch) | |
tree | d34a9c7bdfb21e7550ebf85b5ee492ffa09e44fa /libempathy-gtk/Makefile.am | |
parent | 544f36035197498a61382036ee75b9310f1b0e83 (diff) | |
download | gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.gz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.bz2 gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.lz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.xz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.zst gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.zip |
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
svn path=/trunk/; revision=592
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 002762138..721bd82e2 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -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) \ |