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