You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/miext/rootless/Makefile.am

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