summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-10 09:40:36 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-10 09:40:36 +0100
commitcd76cacd6b57f84514a27b94a6df77b99823e840 (patch)
tree512d232e990caad239c56ef911b7ec506ee9e863
parent869790a44375cea1c731eb90e3a1377bd6c77065 (diff)
downloaddabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.tar.gz
dabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.tar.bz2
dabmux-cd76cacd6b57f84514a27b94a6df77b99823e840.zip
rename executable to crc-dabmux
-rw-r--r--.gitignore5
-rw-r--r--src/Makefile.am17
2 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index ea4aa33..7a169cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,8 @@
.*.swp
.directory
-src/CRC-BridgeTest
-src/CRC-DabMux
-src/CRC-DabMux-cfg
+src/crc-bridgetest
+src/crc-dabmux
src/dabOutput/.deps/
src/dabOutput/.dirstamp
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