diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-02 06:35:03 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-02 06:35:03 +0000 |
commit | 8fcf1e628f1e17827f86e61c705fe8166f2c068c (patch) | |
tree | d09816ddf72e62d1956bbf9f0adaa5bb681283f9 | |
parent | 87538ba3631f998b6c93899f27296eb693580fb9 (diff) |
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |