summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-16 05:46:08 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-16 05:46:08 +0000
commitc845e152f52b3e8cef579797c5c8834ad2fd2cd5 (patch)
tree00e08f58d30a8963716dcadc41e535c2c36c41c6 /dbe
parentc2f685e64464ccf86ed47ae37f74bf46877e0739 (diff)
Bug #5871: Drop special build infrastructure left over from libcwrapper
times. (George Fufutos)
Diffstat (limited to 'dbe')
-rw-r--r--dbe/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/dbe/Makefile.am b/dbe/Makefile.am
index 4385e199e..01de4707a 100644
--- a/dbe/Makefile.am
+++ b/dbe/Makefile.am
@@ -1,9 +1,7 @@
-noinst_LTLIBRARIES = libdbe.la libdbemodule.la
+noinst_LTLIBRARIES = libdbe.la
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
-INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
-
if XORG
sdk_HEADERS = dbestruct.h
endif
@@ -13,10 +11,3 @@ 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