aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-02 13:04:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-02 16:36:14 +0200
commit46491d15cd7d2b4016212722cba5436bb4281d6e (patch)
tree8ca9937a5d2f71de87b5da6b77a63ad89f021c90 /configure.ac
parentcf55fbede9a7fc75d919ee7130d75be98b349932 (diff)
build: Install example cfg files
Files from doc/examples/foo/bar.cfg are install to /usr/share/doc/osmo-bts/examples/osmo-bts-foo/bar.cfg. Change-Id: I7525d5a3e1a3c83a54f919cce9096303dd506f35
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b364e4df..d4572bc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,4 +306,6 @@ AC_OUTPUT(
tests/tx_power/Makefile
tests/power/Makefile
tests/meas/Makefile
+ doc/Makefile
+ doc/examples/Makefile
Makefile)