Bug #6580: Don't install xf86drm.h, that's libdrm's job.

This commit is contained in:
Adam Jackson 2006-04-14 22:51:19 +00:00
parent aefa347bde
commit 82b6ea1a4b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-04-14 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/os-support/Makefile.am:
Bug #6580: Don't install xf86drm.h, that's libdrm's job.
2006-04-09 Daniel Stone <daniel@freedesktop.org>
* Xi/exevents.c:

View File

@ -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