aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-01-11 17:49:22 +0100
committerHarald Welte <laforge@gnumonks.org>2013-01-11 17:49:22 +0100
commite4050114f53b28b1e0d4c0bd1e41b1f22ea2288d (patch)
treec75aea6e4923d9da545d40406487c811602d98fd /configure.ac
parent850d80b89838dc63dc478f9173f8989cc948a717 (diff)
install osmo-pcu.cfg to /etc/osmocom/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ee5052bc..6630653b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ AM_CONDITIONAL(ENABLE_SYSMODSP, test "x$enable_sysmocom_dsp" = "xyes")
AC_OUTPUT(
src/Makefile
+ examples/Makefile
Makefile)