From 3022a70eb11d992adbfbc8811b79a0530cfb6920 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 22 Jul 2012 22:58:22 +0200 Subject: Makefile.am: rename executable name from pcu to osmo-pcu This makes more sense since the entire repository is called this way --- src/Makefile.am | 6 +++--- 1 file 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) \ -- cgit v1.2.3