From 6e3981da3b4a2126fe10a9952baf56e26970ca8d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 5 May 2007 18:25:08 +0000 Subject: [darcs-to-svn @ Cleanup build system and add MC plugin] svn path=/trunk/; revision=29 --- libempathy/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index c681aa83f..98349b205 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -1,11 +1,12 @@ AM_CPPFLAGS = \ - -I. \ - -I$(top_srcdir) \ -DDATADIR=\""$(datadir)"\" \ -DLOCALEDIR=\""$(datadir)/locale"\" \ - $(EMPATHY_CFLAGS) \ + $(LIBEMPATHY_CFLAGS) \ $(WARN_CFLAGS) +AM_LDFLAGS = \ + $(LIBEMPATHY_LIBS) + BUILT_SOURCES = \ empathy-marshal.h \ empathy-marshal.c \ @@ -30,9 +31,6 @@ libempathy_la_SOURCES = \ empathy-chandler.c empathy-chandler.h \ empathy-marshal-main.c -libempathy_la_LIBADD = \ - $(EMPATHY_LIBS) - libempathy_includedir = $(includedir)/empathy/ %-marshal.h: %-marshal.list Makefile.am -- cgit v1.2.3