aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-19 16:19:19 +0900
committerHarald Welte <laforge@gnumonks.org>2011-02-19 16:19:19 +0900
commit5ec26fe98319a65760618f946b4f8c72ba72ff6f (patch)
treeac4a29681eca163fdeba1bf2c9d0da2e44ffb416 /openbsc/src/Makefile.am
parentf358964fb2496b3ce78ecc2ded3dfd48f560020f (diff)
Install programs into $(prefix)/bin, not /sbin
At least in many configurations, there is no need to run any of our programs as root. Thus, we shouldn't install them in sbin.
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 077054c3a..50c9b1a51 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -13,7 +13,7 @@ if BUILD_BSC
SUBDIRS += bsc
endif
-sbin_PROGRAMS = bsc_hack bs11_config isdnsync bsc_mgcp
+bin_PROGRAMS = bsc_hack bs11_config isdnsync bsc_mgcp
noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libmgcp.a
libbsc_a_SOURCES = abis_rsl.c abis_nm.c abis_om2000.c gsm_data.c gsm_04_08_utils.c \