summaryrefslogtreecommitdiff
path: root/XTrap
diff options
context:
space:
mode:
Diffstat (limited to 'XTrap')
-rw-r--r--XTrap/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/XTrap/Makefile.am b/XTrap/Makefile.am
index 7635b1aed..cdbfe111c 100644
--- a/XTrap/Makefile.am
+++ b/XTrap/Makefile.am
@@ -1,11 +1,5 @@
-noinst_LTLIBRARIES = libxtrap.la libxtrapmodule.la
+noinst_LTLIBRARIES = libxtrap.la
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
libxtrap_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c
-
-libxtrapmodule_la_CFLAGS = \
- $(AM_CFLAGS) \
- @MODULE_DEFINES@ \
- -I$(top_srcdir)/hw/xfree86/os-support
-libxtrapmodule_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c