Makefile.am: rename executable name from pcu to osmo-pcu

This makes more sense since the entire repository is called this way
This commit is contained in:
Harald Welte 2012-07-22 22:58:22 +02:00
parent 74acef85e0
commit 3022a70eb1
1 changed files with 3 additions and 3 deletions

View File

@ -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) \