mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
Build system: Add missing files
A couple of headers weren't added to the build.
This commit is contained in:
parent
505ec436af
commit
6d6bc93b0a
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
AM_CFLAGS = @DIX_CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libconfig.a
|
||||
libconfig_a_SOURCES = config.c
|
||||
libconfig_a_SOURCES = config.c config-backends.h
|
||||
|
||||
if HAVE_DBUS
|
||||
AM_CFLAGS += @DBUS_CFLAGS@
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ sdk_HEADERS = \
|
|||
validate.h \
|
||||
window.h \
|
||||
windowstr.h \
|
||||
xkbsrv.h \
|
||||
xorg-server.h
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue