b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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 ========================================================================== |