install osmo-pcu.cfg to /etc/osmocom/

This commit is contained in:
Harald Welte 2013-01-11 17:49:22 +01:00
parent 850d80b898
commit e4050114f5
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = src
SUBDIRS = src examples

View File

@ -44,4 +44,5 @@ AM_CONDITIONAL(ENABLE_SYSMODSP, test "x$enable_sysmocom_dsp" = "xyes")
AC_OUTPUT(
src/Makefile
examples/Makefile
Makefile)