diff options
Diffstat (limited to 'xorg-server/miext/rootless/makefile')
-rw-r--r-- | xorg-server/miext/rootless/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xorg-server/miext/rootless/makefile b/xorg-server/miext/rootless/makefile index 4ad30b75e..d49e810a2 100644 --- a/xorg-server/miext/rootless/makefile +++ b/xorg-server/miext/rootless/makefile @@ -1,9 +1,10 @@ LIBRARY=librootless -CSRCS = \ +librootless_la_SOURCES = \ rootlessCommon.c \ rootlessGC.c \ rootlessScreen.c \ - rootlessValTree.c -# rootlessWindow.c + rootlessValTree.c \ + rootlessWindow.c +CSRCS = $(filter %.c,$(librootless_la_SOURCES)) |