aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index fe344944c..2fa9181fb 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -6,9 +6,9 @@ noinst_LIBRARIES = libgb.a
noinst_HEADERS = gprs_sndcp.h
if HAVE_LIBGTP
-sbin_PROGRAMS = osmo-gbproxy osmo-sgsn
+bin_PROGRAMS = osmo-gbproxy osmo-sgsn
else
-sbin_PROGRAMS = osmo-gbproxy
+bin_PROGRAMS = osmo-gbproxy
endif