aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2009-12-01 22:18:32 +0800
committerLaurent Bigonville <bigon@bigon.be>2009-12-01 22:18:32 +0800
commit891a40763f86c9e2ad2b7c2306e8a24a038f2c99 (patch)
treee561d931bd974be539445897c17a0906ce0674ab /libempathy-gtk/Makefile.am
parent93adac828a2e0465c0a4d77051856e9602a5e6b0 (diff)
downloadgsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar.gz
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar.bz2
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar.lz
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar.xz
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.tar.zst
gsoc2013-empathy-891a40763f86c9e2ad2b7c2306e8a24a038f2c99.zip
Link libempathy-gtk against libnotify
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index d5b05e4e3..ce2f3ba97 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(LIBEMPATHYGTK_CFLAGS) \
+ $(LIBNOTIFY_CFLAGS) \
$(ENCHANT_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(GEOCLUE_CFLAGS) \
@@ -122,6 +123,7 @@ nodist_libempathy_gtk_la_SOURCES =\
libempathy_gtk_la_LIBADD = \
$(LIBEMPATHYGTK_LIBS) \
+ $(LIBNOTIFY_LIBS) \
$(ENCHANT_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(GEOCLUE_LIBS) \