aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
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
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')
-rw-r--r--libempathy/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 629fc3663..9ce202733 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -6,9 +6,6 @@ AM_CPPFLAGS = \
$(LIBEMPATHY_CFLAGS) \
$(WARN_CFLAGS)
-AM_LDFLAGS = \
- $(LIBEMPATHY_LIBS)
-
BUILT_SOURCES = \
empathy-marshal.h \
empathy-marshal.c \
@@ -33,6 +30,9 @@ libempathy_la_SOURCES = \
empathy-chandler.c empathy-chandler.h \
empathy-marshal-main.c
+libempathy_la_LIBADD = \
+ $(LIBEMPATHY_LIBS)
+
libempathy_includedir = $(includedir)/empathy/
%-marshal.h: %-marshal.list Makefile.am