diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-16 05:46:08 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-16 05:46:08 +0000 |
commit | c845e152f52b3e8cef579797c5c8834ad2fd2cd5 (patch) | |
tree | 00e08f58d30a8963716dcadc41e535c2c36c41c6 /XTrap | |
parent | c2f685e64464ccf86ed47ae37f74bf46877e0739 (diff) |
Bug #5871: Drop special build infrastructure left over from libcwrapper
times. (George Fufutos)
Diffstat (limited to 'XTrap')
-rw-r--r-- | XTrap/Makefile.am | 8 |
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 |