xenocara/xserver/miext/rootless/Makefile.am

17 lines
306 B
Makefile
Raw Normal View History

AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
2007-11-24 10:55:21 -07:00
noinst_LTLIBRARIES = librootless.la
librootless_la_SOURCES = \
2006-11-26 11:13:41 -07:00
rootlessCommon.c \
rootlessGC.c \
rootlessScreen.c \
rootlessValTree.c \
rootlessWindow.c
2007-11-24 10:55:21 -07:00
EXTRA_DIST = \
README.txt \
rootless.h \
rootlessCommon.h \
rootlessConfig.h \
rootlessWindow.h