2008-11-02 08:26:08 -07:00
|
|
|
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 \
|
2008-11-02 08:26:08 -07:00
|
|
|
rootlessWindow.c
|
2007-11-24 10:55:21 -07:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2008-11-02 08:26:08 -07:00
|
|
|
README.txt \
|
|
|
|
rootless.h \
|
|
|
|
rootlessCommon.h \
|
|
|
|
rootlessConfig.h \
|
|
|
|
rootlessWindow.h
|