mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 04:58:06 +02:00
11 lines
199 B
Text
11 lines
199 B
Text
|
|
AM_CFLAGS = @DIX_CFLAGS@
|
||
|
|
|
||
|
|
dbusconfigdir = $(sysconfdir)/dbus-1/system.d
|
||
|
|
dbusconfig_DATA = xorg-server.conf
|
||
|
|
|
||
|
|
lib_LIBRARIES = libconfig.a
|
||
|
|
|
||
|
|
libconfig_a_SOURCES = config.c
|
||
|
|
|
||
|
|
EXTRA_DIST = xorg-server.conf
|