Build system: Add missing files

A couple of headers weren't added to the build.
This commit is contained in:
Daniel Stone 2007-08-01 08:11:22 +03:00
parent 505ec436af
commit 6d6bc93b0a
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AM_CFLAGS = @DIX_CFLAGS@ AM_CFLAGS = @DIX_CFLAGS@
noinst_LIBRARIES = libconfig.a noinst_LIBRARIES = libconfig.a
libconfig_a_SOURCES = config.c libconfig_a_SOURCES = config.c config-backends.h
if HAVE_DBUS if HAVE_DBUS
AM_CFLAGS += @DBUS_CFLAGS@ AM_CFLAGS += @DBUS_CFLAGS@

View File

@ -47,6 +47,7 @@ sdk_HEADERS = \
validate.h \ validate.h \
window.h \ window.h \
windowstr.h \ windowstr.h \
xkbsrv.h \
xorg-server.h xorg-server.h
endif endif