aboutsummaryrefslogtreecommitdiffstats
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
parent850d80b89838dc63dc478f9173f8989cc948a717 (diff)
install osmo-pcu.cfg to /etc/osmocom/
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7cc065fa..2c080ed9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-SUBDIRS = src
+SUBDIRS = src examples
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)