diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
commit | 750cac0b61ecde7489ea98e69f60417d169329c7 (patch) | |
tree | 12d5b0bf8cf4e6d8b42cfb4a8f9774a686063226 /src | |
parent | 92f0e71679f00f6ce18f445f505962bd1c6c8141 (diff) |
Update pkgcheck dependencies to work with separate build roots.
Diffstat (limited to 'src')
-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 8521ac6..7bd9d96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ libXfixes_la_SOURCES = \ Xfixesint.h libXfixes_la_LIBADD = @X_LIBS@ -AM_CFLAGS = @X_CFLAGS@ +AM_CFLAGS = @X_CFLAGS@ @FIXESEXT_CFLAGS@ INCLUDES = -I$(top_srcdir)/include/X11/extensions |