diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
commit | 1ee5bb5d436067d979fd95f98ed36addcd2efaed (patch) | |
tree | 272addaf7f77d2a6e4c2b443b7826c9f4d6cc336 /src/Makefile.am | |
parent | 57e15e67007c8e416cfdc1e0437f5aea42348b29 (diff) | |
download | dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.gz dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.bz2 dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.zip |
remove some references to tcplog
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0a877cd..6dea558 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,7 @@ crc_dabmux_SOURCES =DabMux.cpp \ ParserCmdline.cpp ParserCmdline.h \ ParserConfigfile.cpp ParserConfigfile.h \ Eti.h Eti.cpp \ - TcpLog.h TcpLog.cpp \ + Log.h Log.cpp \ UdpSocket.h UdpSocket.cpp \ InetAddress.h InetAddress.cpp \ prbs.h prbs.c \ |