blob: d49e810a24cd77aaed7b4de7d7c15f9cebb5ff8e (
plain)
1
2
3
4
5
6
7
8
9
10
|
LIBRARY=librootless
librootless_la_SOURCES = \
rootlessCommon.c \
rootlessGC.c \
rootlessScreen.c \
rootlessValTree.c \
rootlessWindow.c
CSRCS = $(filter %.c,$(librootless_la_SOURCES))
|