From cd76cacd6b57f84514a27b94a6df77b99823e840 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Jan 2014 09:40:36 +0100 Subject: rename executable to crc-dabmux --- src/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index db584b0..0a877cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,9 @@ # Copyright (C) 2008, 2009,2012 Her Majesty the Queen in Right of Canada # (Communications Research Center Canada) +# Pascal Charest +# +# Copyright (C) 2014, Matthias P. Braendli, http://mpb.li # -# Pascal Charest and -# Matthias P. Braendli # This file is part of CRC-DabMux. # @@ -19,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with CRC-DabMux. If not, see . -bin_PROGRAMS=CRC-DabMux CRC-BridgeTest +bin_PROGRAMS=crc-dabmux crc-bridgetest if IS_GIT_REPO GITVERSION_FLAGS = -DGITVERSION="\"-`git describe --long --tags`\"" @@ -36,9 +37,9 @@ else ZMQ_LIBS = endif -CRC_DabMux_CPPFLAGS =-I$(FARSYNC_DIR) $(GITVERSION_FLAGS) -CRC_DabMux_LDADD =$(FEC_LIBS) $(ZMQ_LIBS) -lpthread -CRC_DabMux_SOURCES =DabMux.cpp \ +crc_dabmux_CPPFLAGS =-I$(FARSYNC_DIR) $(GITVERSION_FLAGS) +crc_dabmux_LDADD =$(FEC_LIBS) $(ZMQ_LIBS) -lpthread +crc_dabmux_SOURCES =DabMux.cpp \ dabInput.h dabInput.cpp \ dabInputBridgeUdp.h dabInputBridgeUdp.cpp \ dabInputDabplusFifo.h dabInputDabplusFifo.cpp \ @@ -87,7 +88,7 @@ CRC_DabMux_SOURCES =DabMux.cpp \ TcpServer.h TcpServer.cpp \ TcpSocket.h TcpSocket.cpp -CRC_BridgeTest_CFLAGS =-DBRIDGE_TEST -CRC_BridgeTest_SOURCES =bridge.c \ +crc_bridgetest_CFLAGS =-DBRIDGE_TEST +crc_bridgetest_SOURCES =bridge.c \ crc.c crc.h -- cgit v1.2.3