mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 00:40:05 +01:00
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:
parent
6f82ca0f8b
commit
c859b736d1
2 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -35,6 +35,4 @@ EXTRA_DIST = \
|
|||
xf86tokens.h
|
||||
|
||||
sdk_HEADERS = \
|
||||
$(LIBHEADERS) \
|
||||
xf86Parser.h \
|
||||
xf86Optrec.h
|
||||
$(LIBHEADERS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue