blob: 122dbdfdb2c6813136c956da542f911f946f3840 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig 2020-04-24 15:51:47 UTC
+++ Makefile.am
@@ -26,7 +26,7 @@ endif
CK_DIR = third_party/concurrency_kit
endif
-SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests
+SUBDIRS = $(LUAJIT_DIR) $(CK_DIR) src tests
EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog \
snap/snapcraft.yaml.in third_party/cram \
|