aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
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