aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-09 04:55:56 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-09 04:55:56 +0800
commit98d9a4fd6d1afd6a670350478a855f64da0f91b1 (patch)
tree2c78c4f7d99e3a0cf5f6d6fe9bd233c605c316df /libempathy-gtk
parent51ba330cb9658d13c81fd8bfb3fe7b4f70f9a295 (diff)
downloadgsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar.gz
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar.bz2
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar.lz
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar.xz
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.tar.zst
gsoc2013-empathy-98d9a4fd6d1afd6a670350478a855f64da0f91b1.zip
[darcs-to-svn @ Improve build system]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@36 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index b18845a17..bd8abcc2b 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -4,10 +4,6 @@ AM_CPPFLAGS = \
$(EMPATHY_CFLAGS) \
$(WARN_CFLAGS)
-AM_LDFLAGS = \
- $(top_builddir)/libempathy/libempathy.la \
- $(EMPATHY_LIBS)
-
noinst_LTLIBRARIES = libempathy-gtk.la
libempathy_gtk_la_SOURCES = \
@@ -34,6 +30,10 @@ libempathy_gtk_la_SOURCES = \
gossip-presence-chooser.c gossip-presence-chooser.h \
gossip-ui-utils.c gossip-ui-utils.h
+libempathy_gtk_la_LIBADD = \
+ $(EMPATHY_LIBS) \
+ $(top_builddir)/libempathy/libempathy.la
+
libempathy_gtk_includedir = $(includedir)/empathy/
gladedir = $(datadir)/empathy