aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-07-22 22:58:22 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-22 22:58:22 +0200
commit3022a70eb11d992adbfbc8811b79a0530cfb6920 (patch)
treed3f3fead803dee5236a632b3d629f4e8bcc27a03
parent74acef85e068f840faebdb6ce9e26b2866ccc263 (diff)
Makefile.am: rename executable name from pcu to osmo-pcu
This makes more sense since the entire repository is called this way
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 041831fa..215476a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,7 @@ endif
noinst_PROGRAMS = \
RLCMACTest \
- pcu
+ osmo-pcu
noinst_HEADERS = \
gprs_debug.h \
@@ -66,8 +66,8 @@ RLCMACTest_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(COMMON_LA)
-pcu_SOURCES = pcu_main.cpp
-pcu_LDADD = \
+osmo_pcu_SOURCES = pcu_main.cpp
+osmo_pcu_LDADD = \
libgprs.la \
$(LIBOSMOGB_LIBS) \
$(LIBOSMOCORE_LIBS) \