aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-11 22:11:28 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-11 22:14:59 +0200
commiteb113137c8cb2092e41fdda728832f0d1ddeee83 (patch)
tree68a437569e55059ee0b4da4db4f7aa95e7455a43 /openbsc/configure.in
parent88b6a1fa80790dfa253ceea5d22859b3422219a0 (diff)
examples: automatically copy all examples in dist and install it to docdir
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index a2d987f7b..e9bc079b4 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -110,4 +110,6 @@ AC_OUTPUT(
tests/channel/Makefile
tests/bsc-nat/Makefile
tests/mgcp/Makefile
+ doc/Makefile
+ doc/examples/Makefile
Makefile)