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 | 7a89fded1dac6137a9376bf161da22c1c93a9939 (patch) | |
tree | b3e4f062f8a06fbf4889fe77b8876635d351f8d7 | |
parent | c04e1d2204ae972828b19bf422670e480805e9ac (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 84a54b2..2505899 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ libXdamage_la_SOURCES = \ Xdamage.c libXdamage_la_LIBADD = $(XDAMAGE_LIBS) $(X_LIBS) +libXdamage_la_CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS) INCLUDES = -I$(top_srcdir)/include/X11/extensions |