aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-09 04:55:56 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-09 04:55:56 +0800
commit1d1f04cb0fe876e975c0af227a510f1580838ade (patch)
tree2c78c4f7d99e3a0cf5f6d6fe9bd233c605c316df /libempathy
parentae195f5e93d0f92e0c7714b5b27be8d1740803aa (diff)
downloadgsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar.gz
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar.bz2
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar.lz
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar.xz
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.tar.zst
gsoc2013-empathy-1d1f04cb0fe876e975c0af227a510f1580838ade.zip
[darcs-to-svn @ Improve build system]
svn path=/trunk/; revision=36
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