blob: d664e8457a52d69d5896557899f460ba7b003003 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/Makefile.am
2+++ b/Makefile.am
3@@ -1,7 +1,7 @@
4 include $(top_srcdir)/build/Makefile.am.lm
5
6-SUBDIRS = loudmouth docs examples $(TEST_DIRS)
7-DIST_SUBDIRS = loudmouth docs examples tests
8+SUBDIRS = loudmouth
9+DIST_SUBDIRS = loudmouth
10
11 ACLOCAL_AMFLAGS = -I m4
12
13--- a/configure.ac
14+++ b/configure.ac
15@@ -320,12 +320,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
16
17 AC_OUTPUT([
18 Makefile
19-docs/Makefile
20-docs/reference/Makefile
21 loudmouth/Makefile
22-examples/Makefile
23-tests/Makefile
24-tests/parser-tests/Makefile
25 loudmouth-1.0.pc])
26
27 dnl ==========================================================================