diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-16 18:56:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-17 00:43:30 +0800 |
commit | fea6df61fd35261aeebe2a94128d472e284a7280 (patch) | |
tree | bf74e59abc2ce02a140ce91450ad188bc836250f /libempathy-gtk/Makefile.am | |
parent | 692672af8d6a30c6550571a424b4546a0dea98f7 (diff) | |
download | gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar.gz gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar.bz2 gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar.lz gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar.xz gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.tar.zst gsoc2013-empathy-fea6df61fd35261aeebe2a94128d472e284a7280.zip |
add empathy-local-xmpp-assistant-widget
All of this is duplicated code from empathy-account-assistant and
empathy-auto-salut-account-helper but those are going away so I didn't bother
refactoring them.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 2713548e4..c32448fa5 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ $(GEOCODE_CFLAGS) \ $(MEEGO_CFLAGS) \ $(CHEESE_CFLAGS) \ + $(EDS_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -64,6 +65,7 @@ libempathy_gtk_handwritten_source = \ empathy-irc-network-chooser.c \ empathy-irc-network-chooser-dialog.c \ empathy-irc-network-dialog.c \ + empathy-local-xmpp-assistant-widget.c \ empathy-log-window.c \ empathy-new-account-dialog.c \ empathy-new-message-dialog.c \ @@ -129,6 +131,7 @@ libempathy_gtk_headers = \ empathy-irc-network-chooser.h \ empathy-irc-network-chooser-dialog.h \ empathy-irc-network-dialog.h \ + empathy-local-xmpp-assistant-widget.h \ empathy-log-window.h \ empathy-new-account-dialog.h \ empathy-new-message-dialog.h \ @@ -177,6 +180,7 @@ libempathy_gtk_la_LIBADD = \ $(GCR_LIBS) \ $(MEEGO_LIBS) \ $(CHEESE_LIBS) \ + $(EDS_LIBS) \ $(top_builddir)/libempathy/libempathy.la check_c_sources = \ |