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 /miext | |
parent | 51a721a6dbb42702347aad3115147e4922fc1a25 (diff) |
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
Diffstat (limited to 'miext')
-rw-r--r-- | miext/cw/Makefile.am | 4 | ||||
-rw-r--r-- | miext/damage/Makefile.am | 4 | ||||
-rw-r--r-- | miext/layer/Makefile.am | 4 | ||||
-rw-r--r-- | miext/shadow/Makefile.am | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/miext/cw/Makefile.am b/miext/cw/Makefile.am index 6b6188b62..2a6b25cb0 100644 --- a/miext/cw/Makefile.am +++ b/miext/cw/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = libcw.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ + +INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support libcw_la_SOURCES = \ cw.c \ diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am index 093b4587f..44a1a047b 100644 --- a/miext/damage/Makefile.am +++ b/miext/damage/Makefile.am @@ -1,8 +1,8 @@ noinst_LTLIBRARIES = libdamage.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ -INCLUDES = -I$(srcdir)/../cw +INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support libdamage_la_SOURCES = \ damage.c \ diff --git a/miext/layer/Makefile.am b/miext/layer/Makefile.am index fdb4f50c5..f028c53dc 100644 --- a/miext/layer/Makefile.am +++ b/miext/layer/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = liblayer.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ + +INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support liblayer_la_SOURCES = \ layer.h \ diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am index 5cde81181..b91c00465 100644 --- a/miext/shadow/Makefile.am +++ b/miext/shadow/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = libshadow.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ + +INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support sdk_HEADERS = shadow.h |