Move xf86XTrapModule.c to dixmods, guess at a build system.

This commit is contained in:
Adam Jackson 2005-10-20 18:52:51 +00:00
parent da43c778f4
commit 15f56b203d
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-10-18 Adam Jackson <ajax@freedesktop.org>
* XTrap/Makefile.am:
* hw/xfree86/dixmods/Makefile.am:
Move xf86XTrapModule.c to dixmods, guess at a build system.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:

View File

@ -3,6 +3,3 @@ noinst_LTLIBRARIES = libxtrap.la
AM_CFLAGS = $(DIX_CFLAGS)
libxtrap_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c
# FIXME: Shouldn't this be used if we're to load xtrap as a module?
EXTRA_DIST = xf86XTrapModule.c

View File

@ -6,6 +6,10 @@ if GLX
GLXMODS = libglx.la libGLcore.la
endif
# if XTRAP
# XTRAPMOD = libxtrap.la
# endif
module_LTLIBRARIES = libafb.la \
libbitmap.la \
libcfb.la \
@ -21,6 +25,7 @@ module_LTLIBRARIES = libafb.la \
libfreetype.la \
libtype1.la \
$(GLXMODS)
# $(XTRAPMOD)
AM_CFLAGS = @XORG_CFLAGS@ @DIX_CFLAGS@
INCLUDES = @XORG_INCS@ \
@ -100,6 +105,12 @@ libdixmods_la_SOURCES = $(top_srcdir)/mi/miinitext.c
libxorgxkb_la_SOURCES = xkbVT.c xkbPrivate.c xkbKillSrv.c
# XXX NOTYET
# libxtrap_la_LDFLAGS = -avoid-version
# libxtrap_la_LIBADD = $(top_builddir)/XTrap/libxtrap.la
# libxtrap_la_SOURCES = xf86XTrapModule.c
EXTRA_DIST = xf86XTrapModule.c
xkb%.c:
echo "#define XF86DDXACTIONS" > $@
echo "#include \"$(top_srcdir)/xkb/ddx$*.c\"" >> $@