diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-03 17:28:04 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-21 18:13:04 +0300 |
commit | 641ce9c706ce3cbf726fb3fc9623161bb96ba127 (patch) | |
tree | 1854615cc504c3704ec7fb7fcf099ad90454449d /dix/Makefile.am | |
parent | 8b3d26f5b6caff1766669deb0e2100d2dee3f185 (diff) |
drop xprint remnants: xpstubs
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 ac5d344e9..4fe4b1eb2 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@"\" \ @@ -38,9 +36,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 |