summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-02 06:35:04 +0000
committerKevin E Martin <kem@kem.org>2005-07-02 06:35:04 +0000
commit54effd738aff1a4d31a4fa45fb730ba286e5758a (patch)
tree7c2fe17c2efe631761c61e2767cb0a13802d515d
parent46addb77c44cde745228000ff5e3661eab76fa17 (diff)
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb48f21..fe14365 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ INCLUDES = -I$(top_srcdir)/include/X11
liboldX_la_LIBADD = @DEP_LIBS@
+liboldX_la_CFLAGS = @DEP_CFLAGS@
liboldX_la_LDFLAGS = -version-info 7:0:0 -no-undefined