diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-05 11:41:19 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-05 11:41:19 +0200 | 
| commit | eb9652e7406a693617932e5c4ed2bcd40d069c06 (patch) | |
| tree | 453855130dcf5d99cc67d10ca8d308978556c1e3 | |
| parent | 52b5fd3769cbd5b9641e85f1203862e0f2b81f76 (diff) | |
| download | dabmux-eb9652e7406a693617932e5c4ed2bcd40d069c06.tar.gz dabmux-eb9652e7406a693617932e5c4ed2bcd40d069c06.tar.bz2 dabmux-eb9652e7406a693617932e5c4ed2bcd40d069c06.zip  | |
Add Socket to zmq2farsync sources
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ae6a43..7a56d93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,6 +191,8 @@ odr_zmq2farsync_SOURCES  = src/zmq2farsync/zmq2farsync.cpp \  						   lib/Log.cpp \  						   lib/RemoteControl.cpp \  						   lib/RemoteControl.h \ +						   lib/Socket.h \ +						   lib/Socket.cpp \  						   lib/zmq.hpp  odr_zmq2farsync_LDADD    = $(ZMQ_LIBS)  | 
