mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-16 01:28:06 +02:00
18 lines
412 B
Makefile
18 lines
412 B
Makefile
noinst_LIBRARIES = libdmxinput.a
|
|
|
|
DRVSRCS = dmxbackend.c \
|
|
dmxbackend.h \
|
|
dmxcommon.c \
|
|
dmxcommon.h
|
|
|
|
DMXSRCS = dmxinputinit.c \
|
|
dmxinputinit.h \
|
|
dmxxinput.c
|
|
|
|
libdmxinput_a_SOURCES = $(DRVSRCS) \
|
|
$(DMXSRCS)
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) \
|
|
-I$(top_srcdir)/hw/dmx \
|
|
-DHAVE_DMX_CONFIG_H \
|
|
@DMXMODULES_CFLAGS@
|