diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-26 17:37:31 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-26 17:37:31 +0930 |
commit | 26c1958c322be3ac4dfec9ba2c41c5202bd03709 (patch) | |
tree | 0889c707db86e00f557618f3917b93e1a0472014 /dix/Makefile.am | |
parent | 5fe57787faa2ea4f2f57b25455d200bf924206d6 (diff) | |
parent | 29586101dc11d498b212510f8dedbfeca7f8c859 (diff) |
Merge branch 'master' into mpx
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 7a0a98f0e..9320a2d65 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -1,6 +1,4 @@ -standard_dix_libs = libdix.la libxpstubs.la - -noinst_LTLIBRARIES = $(standard_dix_libs) +noinst_LTLIBRARIES = libdix.la AM_CFLAGS = $(DIX_CFLAGS) \ -DVENDOR_NAME=\""@VENDOR_NAME@"\" \ @@ -39,9 +37,6 @@ libdix_la_SOURCES = \ window.c \ strcasecmp.c -libxpstubs_la_SOURCES = \ - xpstubs.c - EXTRA_DIST = buildatoms BuiltInAtoms CHANGES Xserver.d Xserver-dtrace.h.in # Install list of protocol names |