mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-21 06:18:11 +02:00
Add CURSOR.NOTES to EXTRA_DIST. Add extrapci.ids to EXTRA_DIST and fix xf86PciIds.h rule.
14 lines
386 B
Makefile
14 lines
386 B
Makefile
noinst_LIBRARIES = libparser.a
|
|
libparser_a_SOURCES = Device.c Files.c Flags.c Input.c Keyboard.c Layout.c \
|
|
Module.c Video.c Monitor.c Pointer.c Screen.c \
|
|
Vendor.c read.c scan.c write.c DRI.c Extensions.c
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|
|
|
|
EXTRA_DIST = \
|
|
Configint.h \
|
|
configProcs.h \
|
|
xf86Optrec.h \
|
|
xf86Parser.h \
|
|
xf86tokens.h \
|
|
cpconfig.c
|