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,8 @@
|
|||
noinst_LTLIBRARIES = libdbe.la
|
||||
noinst_LTLIBRARIES = libdbe.la libdbemodule.la
|
||||
|
||||
AM_CFLAGS = $(DIX_CFLAGS)
|
||||
AM_CFLAGS = $(DIX_CFLAGS) @LOADER_DEFINES@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
|
||||
|
||||
sdk_HEADERS = dbestruct.h
|
||||
|
||||
|
|
@ -9,3 +11,10 @@ libdbe_la_SOURCES = \
|
|||
midbe.c \
|
||||
midbe.h \
|
||||
midbestr.h
|
||||
|
||||
libdbemodule_la_CFLAGS = $(AM_CFLAGS) @MODULE_DEFINES@
|
||||
libdbemodule_la_SOURCES = \
|
||||
dbe.c \
|
||||
midbe.c \
|
||||
midbe.h \
|
||||
midbestr.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue