summaryrefslogtreecommitdiff
path: root/hw/xfree86/xf8_16bpp
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 12:17:04 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 12:17:04 +0000
commitb0d80e76d28dbc1ee14453950db000bb4d7f377f (patch)
treedecd7a8a3ae9b14d0a7b5ed97b0a561216cbc3b1 /hw/xfree86/xf8_16bpp
parent461eb6ebd9273dc3dcd601ee0a0491981a98acd9 (diff)
Add missing include paths.
Diffstat (limited to 'hw/xfree86/xf8_16bpp')
-rw-r--r--hw/xfree86/xf8_16bpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/xf8_16bpp/Makefile.am b/hw/xfree86/xf8_16bpp/Makefile.am
index 1ead8f1bd..450db2712 100644
--- a/hw/xfree86/xf8_16bpp/Makefile.am
+++ b/hw/xfree86/xf8_16bpp/Makefile.am
@@ -2,7 +2,7 @@ module_LTLIBRARIES = libxf8_16bpp.la
sdk_HEADERS = cfb8_16.h
-INCLUDES = $(XORG_INCS)
+INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
AM_CFLAGS = $(XORG_CFLAGS)