xenocara/xserver/miext/rootless/Makefile.am
2011-11-05 13:32:40 +00: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