xenocara/xserver/miext/rootless/Makefile.am

17 lines
306 B
Text
Raw Permalink Normal View History

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 \
2024-04-09 08:46:18 +00:00
rootlessWindow.h