diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-13 04:56:27 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-13 04:56:27 +0000 |
commit | 1a4f20541a9f4f41f444d826d743899ea2dee2db (patch) | |
tree | e572718952564d8a0b47913f464240a432b52ae6 /cfb32 | |
parent | 2dc7b5e0d96a187bfbb355caa788f0fdcd88eaad (diff) |
Fix linux build without libc wrappers (From Fredrik Höglund)
Diffstat (limited to 'cfb32')
-rw-r--r-- | cfb32/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb32/Makefile.am b/cfb32/Makefile.am index 0ec8f2a7e..a549d1839 100644 --- a/cfb32/Makefile.am +++ b/cfb32/Makefile.am @@ -4,6 +4,6 @@ include $(top_srcdir)/cfb/Makefile.am.inc libcfb32_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources) -INCLUDES = $(CFB_INCLUDES) $(DIX_CFLAGS) -I$(top_srcdir)/hw/xfree86/os-support +INCLUDES = $(CFB_INCLUDES) $(DIX_CFLAGS) -I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/common AM_CFLAGS = -DPSZ=32 $(PLATFORMDEFS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ |