xserver-multidpi/miext/rootless/Makefile.am
Adam Jackson 0c230728f3 rootless: Remove hw/xfree86/ from includes
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-02-08 12:41:25 -05:00

17 lines
306 B
Makefile

AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
noinst_LTLIBRARIES = librootless.la
librootless_la_SOURCES = \
rootlessCommon.c \
rootlessGC.c \
rootlessScreen.c \
rootlessValTree.c \
rootlessWindow.c
EXTRA_DIST = \
README.txt \
rootless.h \
rootlessCommon.h \
rootlessConfig.h \
rootlessWindow.h