diff options
Diffstat (limited to 'miext/rootless/Makefile.am')
-rw-r--r-- | miext/rootless/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/miext/rootless/Makefile.am b/miext/rootless/Makefile.am new file mode 100644 index 0000000..c97bebe --- /dev/null +++ b/miext/rootless/Makefile.am @@ -0,0 +1,16 @@ +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 |