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 --- widgets/table/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'widgets/table') diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am index 3ff3b732c6..56fc72d16a 100644 --- a/widgets/table/Makefile.am +++ b/widgets/table/Makefile.am @@ -2,7 +2,10 @@ glade_DATA = \ e-table-config.glade \ e-table-field-chooser.glade -AM_CPPFLAGS = \ +privsolib_LTLIBRARIES = libetable.la + +libetable_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ $(E_UTIL_CFLAGS) \ @@ -11,8 +14,6 @@ AM_CPPFLAGS = \ -DEVOLUTION_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"e-table\" -privsolib_LTLIBRARIES = libetable.la - libetable_la_SOURCES = \ e-cell.c \ e-cell-checkbox.c \ -- cgit v1.2.3