Makefile.am (306B)
1 AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS) 2 3 noinst_LTLIBRARIES = librootless.la 4 librootless_la_SOURCES = \ 5 rootlessCommon.c \ 6 rootlessGC.c \ 7 rootlessScreen.c \ 8 rootlessValTree.c \ 9 rootlessWindow.c 10 11 EXTRA_DIST = \ 12 README.txt \ 13 rootless.h \ 14 rootlessCommon.h \ 15 rootlessConfig.h \ 16 rootlessWindow.h