aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-08 16:01:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-08 17:40:31 +0800
commitce007d41e6854b9434efe29621e98efe95ff0d3b (patch)
tree009045480d340c602078f50424ca2ddb6d3575b0 /src
parentc98757d4c4dff4e7f6cea083e4bcf8ac07e93a08 (diff)
downloadgsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar.gz
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar.bz2
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar.lz
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar.xz
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.tar.zst
gsoc2013-empathy-ce007d41e6854b9434efe29621e98efe95ff0d3b.zip
link on unique-3 when using GTK3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dc199c2f6..8209d92a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ AM_LDFLAGS = -lm
AM_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
$(LIBNOTIFY_CFLAGS) \
+ $(UNIQUE_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(WEBKIT_CFLAGS) \
$(NULL)
@@ -24,6 +25,7 @@ LDADD = \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
$(LIBNOTIFY_LIBS) \
+ $(UNIQUE_LIBS) \
$(EMPATHY_LIBS) \
$(GTK_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
@@ -45,6 +47,7 @@ libempathy_accounts_common_la_SOURCES = \
libempathy_accounts_common_la_LIBADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(LIBNOTIFY_LIBS) \
+ $(UNIQUE_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS) \
@@ -134,6 +137,7 @@ empathy_LDADD = \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
$(LIBNOTIFY_LIBS) \
+ $(UNIQUE_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS) \