xfree86: remove duplicate header entries in Makefile.am

fixes https://bugs.freedesktop.org/show_bug.cgi?id=22547

This bug was fixed in a big clean-up commit in master, which cannot be
backported (see commit b1dac41fb3)

Signed-off-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Arkadiusz Miskiewicz 2009-07-03 11:03:32 +02:00 committed by Keith Packard
parent 6f82ca0f8b
commit c859b736d1
2 changed files with 2 additions and 4 deletions

View file

@ -47,7 +47,7 @@ sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \
xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \
$(XVSDKINCS) xorgVersion.h \
xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h
xf86sbusBus.h xf86xvpriv.h
DISTCLEANFILES = xf86Build.h
CLEANFILES = $(BUILT_SOURCES)

View file

@ -35,6 +35,4 @@ EXTRA_DIST = \
xf86tokens.h
sdk_HEADERS = \
$(LIBHEADERS) \
xf86Parser.h \
xf86Optrec.h
$(LIBHEADERS)