diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-10 09:40:36 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-10 09:40:36 +0100 | 
| commit | cd76cacd6b57f84514a27b94a6df77b99823e840 (patch) | |
| tree | 512d232e990caad239c56ef911b7ec506ee9e863 /src | |
| parent | 869790a44375cea1c731eb90e3a1377bd6c77065 (diff) | |
| download | dabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.tar.gz dabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.tar.bz2 dabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.zip | |
rename executable to crc-dabmux
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 17 | 
1 files changed, 9 insertions, 8 deletions
| 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 <http://www.gnu.org/licenses/>. -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 | 
