diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 12:17:04 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 12:17:04 +0000 |
commit | b0d80e76d28dbc1ee14453950db000bb4d7f377f (patch) | |
tree | decd7a8a3ae9b14d0a7b5ed97b0a561216cbc3b1 /hw/xfree86/xf8_16bpp | |
parent | 461eb6ebd9273dc3dcd601ee0a0491981a98acd9 (diff) |
Add missing include paths.
Diffstat (limited to 'hw/xfree86/xf8_16bpp')
-rw-r--r-- | hw/xfree86/xf8_16bpp/Makefile.am | 2 |
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) |