summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-14 22:51:19 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-14 22:51:19 +0000
commit82b6ea1a4b414426072bf001daeb3e9de0e93589 (patch)
treeb3396ec6e0938ba0d67b3d36c5c7d10425186761 /hw/xfree86/os-support/Makefile.am
parentaefa347bded9a3179ab139d0ccddce314040e9b9 (diff)
Bug #6580: Don't install xf86drm.h, that's libdrm's job.
Diffstat (limited to 'hw/xfree86/os-support/Makefile.am')
-rw-r--r--hw/xfree86/os-support/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am
index 917b2cbc1..789767430 100644
--- a/hw/xfree86/os-support/Makefile.am
+++ b/hw/xfree86/os-support/Makefile.am
@@ -5,10 +5,10 @@ endif
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco usl
-sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
- xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
+sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \
+ assyntax.h xf86OSKbd.h xf86OSmouse.h
-EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
+EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib xf86drm.h
# to get the grouping semantics right, you have to glom these three together
# as one library, otherwise libtool will actively defeat your attempts to