aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-31 11:05:00 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-01 12:52:22 +0100
commit45283d84e357a8a898fe0c5f91f30b729039279d (patch)
tree1567d25746d0de45bfb8d53ce1b9f788e36021ef /configure.ac
parentb29f84ff6cd4ef6a384af4fe625d4c372a34d938 (diff)
Install cfg files with autotools
Cfg files are moved to doc/examples like in other osmocom projects. All the cfg files get installed into $prefix/share/doc/osmo-pcap/examples/$subdir/, and 1 script per binary is installed into /etc/osmocom. Change-Id: If3f3a7d3867c0d4d2b1fe01f465532d1ce4bda66
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 f885e6d..95c5270 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,5 +145,7 @@ AC_OUTPUT(
src/Makefile
contrib/Makefile
contrib/systemd/Makefile
+ doc/Makefile
+ doc/examples/Makefile
tests/Makefile
Makefile)