17 lines
305 B
Text
17 lines
305 B
Text
|
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
|