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/text/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets/text/Makefile.am') diff --git a/widgets/text/Makefile.am b/widgets/text/Makefile.am index ee426f4791..4c5314182f 100644 --- a/widgets/text/Makefile.am +++ b/widgets/text/Makefile.am @@ -2,16 +2,16 @@ if OS_WIN32 WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la endif -AM_CPPFLAGS = \ +privsolib_LTLIBRARIES = libetext.la + +libetext_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ $(E_UTIL_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ -DG_LOG_DOMAIN=\"e-text\" - -privsolib_LTLIBRARIES = libetext.la - libetext_la_SOURCES = \ e-text-model-repos.c \ e-text-model.c \ -- cgit v1.2.3