diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2011-09-21 20:50:46 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2011-09-25 13:15:30 +0100 |
commit | 862b9ce4aa819bf87b6e24db9d7d5867cbaa577c (patch) | |
tree | f4c0e678564192f51acc723cd6d9dd82b53a4c4f | |
parent | 334dc4f4df69d780f312f23b860df11bee5e9009 (diff) |
Fix install of generated Xcursor.h when builddir != srcdir
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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 45a1442..a44dcb3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ INCLUDES = -I$(top_srcdir)/include/X11/Xcursor libXcursor_la_LDFLAGS = -version-number 1:0:2 -no-undefined libXcursorincludedir = $(includedir)/X11/Xcursor -libXcursorinclude_HEADERS = $(top_srcdir)/include/X11/Xcursor/Xcursor.h +libXcursorinclude_HEADERS = $(top_builddir)/include/X11/Xcursor/Xcursor.h if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |