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 | 0881bb3ce0ea793e279fcc8ddd16de6ed7e17471 (patch) | |
tree | b5f49abb77830a4befb4783d88b5c829f58463a3 | |
parent | caa910e492e4d15208f3d179021687c25a84f36e (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 c02fd9a..1c8a6e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ lib_LTLIBRARIES = libXcursor.la libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c libXcursor_la_LIBADD = $(XRENDER_LIBS) $(XFIXES_LIBS) $(X_LIBS) +libXcursor_la_CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS) INCLUDES = -I$(top_srcdir)/include/X11/Xcursor |