summaryrefslogtreecommitdiff
path: root/XTrap/Makefile.am
blob: 2d8a5f7873045e46830037cc1558f59b04550fac (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LTLIBRARIES = libxtrap.la libxtrapmodule.la

AM_CFLAGS = $(DIX_CFLAGS) @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