diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-29 16:39:33 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-29 16:39:33 +0000 |
commit | da5d66f2ff27b21fe5c39a4abb4f627edd707f1d (patch) | |
tree | ad479b2ead1b745fc1eb056456c2126f8e18f947 /fb | |
parent | 51a721a6dbb42702347aad3115147e4922fc1a25 (diff) |
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
Diffstat (limited to 'fb')
-rw-r--r-- | fb/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 4797cbae0..e19a8d10c 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -1,6 +1,10 @@ noinst_LTLIBRARIES = libfb.la libfbmmx.la -AM_CFLAGS = $(DIX_CFLAGS) +INCLUDES = \ + -I$(top_srcdir)/hw/xfree86/os-support \ + -I$(top_srcdir)/hw/xfree86/os-support/bus \ + -I$(top_srcdir)/hw/xfree86/common +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h |