From 8fcf1e628f1e17827f86e61c705fe8166f2c068c Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 2 Jul 2005 06:35:03 +0000 Subject: Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0ac1199..bc8222e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/include libXprintAppUtil_la_LIBADD = @DEP_LIBS@ +libXprintAppUtil_la_CFLAGS = @DEP_CFLAGS@ libXprintAppUtil_la_LDFLAGS = -version-info 7:0:0 -no-undefined -- cgit v1.2.3