From f62728b55e201ea92e682e07b3253ce4fb42d5af Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Wed, 30 Sep 2009 23:37:50 -0400 Subject: Bug 596848 - Use per-target CPPFLAGS in automake files --- addressbook/gui/merging/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'addressbook/gui/merging') diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am index e399c19747..92f9dc6ef6 100644 --- a/addressbook/gui/merging/Makefile.am +++ b/addressbook/gui/merging/Makefile.am @@ -1,4 +1,7 @@ -AM_CPPFLAGS = \ +noinst_LTLIBRARIES = libeabbookmerging.la + +libeabbookmerging_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"eab-contact-merging\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -I$(top_srcdir) \ @@ -6,9 +9,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/addressbook \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -noinst_LTLIBRARIES = \ - libeabbookmerging.la - libeabbookmerging_la_SOURCES = \ eab-contact-compare.c \ eab-contact-compare.h \ -- cgit v1.2.3