diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a44dcb3..a6bee09 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ AM_CFLAGS = \ -DICONDIR=\"$(ICONDIR)\" \ -DXCURSORPATH=\"$(XCURSORPATH)\" -INCLUDES = -I$(top_srcdir)/include/X11/Xcursor +AM_CPPFLAGS = -I$(top_srcdir)/include/X11/Xcursor # # Shared library version info. This is not the same as the package version |