summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-29 16:39:33 +0000
committerKevin E Martin <kem@kem.org>2005-11-29 16:39:33 +0000
commitda5d66f2ff27b21fe5c39a4abb4f627edd707f1d (patch)
treead479b2ead1b745fc1eb056456c2126f8e18f947 /dbe
parent51a721a6dbb42702347aad3115147e4922fc1a25 (diff)
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
Diffstat (limited to 'dbe')
-rw-r--r--dbe/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/dbe/Makefile.am b/dbe/Makefile.am
index f961d51e0..1a71c98c0 100644
--- a/dbe/Makefile.am
+++ b/dbe/Makefile.am
@@ -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