diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-12 01:20:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-12 01:20:36 +0000 |
commit | 02427d4d04f70109a499578c6762654463ebdae4 (patch) | |
tree | 0fa96e475a0c40881319b73c62d6462ec3ad8ae3 /XTrap | |
parent | 3fe6b5bb30e8e1b9017a9cf818fcceb279a28e65 (diff) |
Add support for building Xdmx and Xvfb
Diffstat (limited to 'XTrap')
-rw-r--r-- | XTrap/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XTrap/Makefile.am b/XTrap/Makefile.am index 1d9aeeb17..1eddd4f56 100644 --- a/XTrap/Makefile.am +++ b/XTrap/Makefile.am @@ -1,5 +1,5 @@ -module_LTLIBRARIES = libxtrap.la +noinst_LTLIBRARIES = libxtrap.la AM_CFLAGS = $(DIX_CFLAGS) -libxtrap_la_SOURCES = xf86XTrapModule.c xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c +libxtrap_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c |