From 33864ac8cf65ff0ba46ea57ce5dde0db3999d7db Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 12:12:35 +0100 Subject: add zmq.hpp to Makefile.am, update configure.ac --- ChangeLog | 3 +++ configure.ac | 2 +- src/Makefile.am | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 274b0b2..29bd41a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ This file contains information about the changes done to the ODR-DabMux in this repository 2014-02-11: Matthias P. Braendli + (v0.4.2) + * crc-dabmux: + Actually add zmq.hpp to Makefile.am (v0.4.1) * crc-dabmux: Include zmq.hpp locally and prefer it over the diff --git a/configure.ac b/configure.ac index 997f544..2c9bcb2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.4.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.4.2], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects]) diff --git a/src/Makefile.am b/src/Makefile.am index 0097b2c..9eb2477 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,7 +88,8 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ mpeg.h mpeg.c \ StatsServer.h StatsServer.cpp \ TcpServer.h TcpServer.cpp \ - TcpSocket.h TcpSocket.cpp + TcpSocket.h TcpSocket.cpp \ + zmq.hpp odr_bridgetest_CFLAGS =-DBRIDGE_TEST odr_bridgetest_SOURCES =bridge.c \ -- cgit v1.2.3