From e4050114f53b28b1e0d4c0bd1e41b1f22ea2288d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Jan 2013 17:49:22 +0100 Subject: [PATCH] install osmo-pcu.cfg to /etc/osmocom/ --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)