summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-17 08:08:17 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-17 11:22:37 +0200
commitba8a05f29b819eb99d9cc9e69f8da7003e2c79c1 (patch)
treed16eef6142bf279e97af22ffac02f7ab5a5c4d09 /src/Makefile.am
parentbdcf14ca3a83675cfc56f8656e7f7a5ea934ba3a (diff)
downloaddabmux-ba8a05f29b819eb99d9cc9e69f8da7003e2c79c1.tar.gz
dabmux-ba8a05f29b819eb99d9cc9e69f8da7003e2c79c1.tar.bz2
dabmux-ba8a05f29b819eb99d9cc9e69f8da7003e2c79c1.zip
Start work on new FIG carousel
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e55b52..2762788 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,10 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \
ManagementServer.h ManagementServer.cpp \
TcpServer.h TcpServer.cpp \
TcpSocket.h TcpSocket.cpp \
- zmq.hpp
+ zmq.hpp \
+ fig/FIG0.cpp fig/FIG0.h \
+ fig/FIGCarousel.cpp fig/FIGCarousel.h \
+ fig/FIG.h
odr_bridgetest_CFLAGS =-DBRIDGE_TEST
odr_bridgetest_SOURCES =bridge.c \