Skip to content
Snippets Groups Projects
Commit 0881bb3c authored by Kevin E Martin's avatar Kevin E Martin
Browse files

Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems

parent caa910e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment