xenocara/xserver/hw/xfree86/parser/Makefile.am

35 lines
467 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
if INSTALL_LIBXF86CONFIG
lib_LIBRARIES = libxf86config.a
else
noinst_LIBRARIES = libxf86config.a
endif
libxf86config_a_SOURCES = \
Device.c \
Files.c \
Flags.c \
Input.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
2007-11-24 10:55:21 -07:00
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
2006-11-26 11:13:41 -07:00
EXTRA_DIST = \
Configint.h \
configProcs.h \
xf86tokens.h
2006-11-26 11:13:41 -07:00
sdk_HEADERS = \
xf86Optrec.h \
xf86Parser.h