diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
commit | 86529c07d6ff69ef936ee370be07b373e2961360 (patch) | |
tree | a0c3c9cf5efd50c2975ad930ee0803e77d5d089f /Xext/Makefile.am | |
parent | 3e4bf8a8f46e14078c64c56ad303c80cd9d8d5be (diff) |
Fix distcheck for server
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index dc07eb836..ac5f9246b 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -2,8 +2,6 @@ noinst_LTLIBRARIES = libXext.la sdk_HEADERS = xvdix.h xvmcext.h -SUBDIRS = extmod - if MITSHM MITSHM_SRCS = shm.c endif @@ -32,14 +30,13 @@ if XEVIE XEVIE_SRCS = xevie.c EVIstruct.h endif -INCLUDES = -I$(srcdir)/extmod -I$(top_builddir)/hw/xfree86/dixmods/extmod +INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod AM_CFLAGS = $(DIX_CFLAGS) EXTRA_DIST = \ appgroup.h \ - xvdisp.h \ - xvmodproc.h + xvdisp.h # dmx.c has a hard dependency on the dmx DDX libXext_la_SOURCES = \ |