aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-16 20:27:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-04-16 20:27:36 +0800
commitd4e411d39686feb49e2a32d4a501fb2a2256106e (patch)
treea41efb253e52098016c8303b765faf8e7d469466 /libempathy-gtk
parent61226f8d9920b92dd5b2defa606efabde6367b2c (diff)
downloadgsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar.gz
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar.bz2
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar.lz
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar.xz
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.tar.zst
gsoc2013-empathy-d4e411d39686feb49e2a32d4a501fb2a2256106e.zip
Make a separated module set for libempathy-gtk/ and src/
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2838
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 46d03167e..c7b023100 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -3,7 +3,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DDATADIR=\""$(datadir)"\" \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
- $(EMPATHY_CFLAGS) \
+ $(LIBEMPATHYGTK_CFLAGS) \
$(ENCHANT_CFLAGS) \
$(WARN_CFLAGS)
@@ -60,7 +60,7 @@ nodist_libempathy_gtk_la_SOURCES =\
$(BUILT_SOURCES)
libempathy_gtk_la_LIBADD = \
- $(EMPATHY_LIBS) \
+ $(LIBEMPATHYGTK_LIBS) \
$(ENCHANT_LIBS) \
$(top_builddir)/libempathy/libempathy.la