diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-17 07:18:59 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-17 07:18:59 +0000 |
commit | 1859c62607d567aa05334df1662f7249c983f793 (patch) | |
tree | a5905411c6a734e9d968e172324cd3430100e1fd /XTrap | |
parent | ccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb (diff) |
include/dix-config.h.in Add support for more extensions
Add missing files to EXTRA_DIST
Diffstat (limited to 'XTrap')
-rw-r--r-- | XTrap/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/XTrap/Makefile.am b/XTrap/Makefile.am index 1eddd4f56..073c241c8 100644 --- a/XTrap/Makefile.am +++ b/XTrap/Makefile.am @@ -3,3 +3,6 @@ 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 |