mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
Xext: add missing geint.h to Makefile.am (un-breaks make dist)
This commit is contained in:
parent
9f2b493e34
commit
ab88cb8d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod
|
|||
AM_CFLAGS = $(DIX_CFLAGS)
|
||||
|
||||
if XORG
|
||||
sdk_HEADERS = xvdix.h xvmcext.h geext.h
|
||||
sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h
|
||||
endif
|
||||
|
||||
# Sources always included in libXextbuiltin.la & libXext.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue