aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess
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/ipaccess
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/ipaccess')
-rw-r--r--openbsc/src/ipaccess/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/ipaccess/Makefile.am b/openbsc/src/ipaccess/Makefile.am
index 7eb0243ae..c677b3cee 100644
--- a/openbsc/src/ipaccess/Makefile.am
+++ b/openbsc/src/ipaccess/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(COVERAGE_LDFLAGS)
-sbin_PROGRAMS = ipaccess-find ipaccess-config ipaccess-proxy
+bin_PROGRAMS = ipaccess-find ipaccess-config ipaccess-proxy
ipaccess_find_SOURCES = ipaccess-find.c