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 /miext | |
parent | 3fe6b5bb30e8e1b9017a9cf818fcceb279a28e65 (diff) |
Add support for building Xdmx and Xvfb
Diffstat (limited to 'miext')
-rw-r--r-- | miext/shadow/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am index 1351bc702..5cde81181 100644 --- a/miext/shadow/Makefile.am +++ b/miext/shadow/Makefile.am @@ -1,4 +1,4 @@ -module_LTLIBRARIES = libshadow.la +noinst_LTLIBRARIES = libshadow.la AM_CFLAGS = $(DIX_CFLAGS) |