mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
This commit is contained in:
parent
51a721a6db
commit
da5d66f2ff
78 changed files with 359 additions and 132 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue