allow using newlines within quoted fields (special treat for @wfr2000)

This commit is contained in:
john30
2016-02-27 10:40:16 +01:00
parent 8cde222048
commit 31951c392f
5 changed files with 169 additions and 62 deletions
+5 -1
View File
@@ -3,11 +3,15 @@ AM_CXXFLAGS = -fpic \
-Wextra \
-isystem$(top_srcdir)/src/lib/ebus
noinst_PROGRAMS = test_device \
noinst_PROGRAMS = test_filereader \
test_device \
test_symbol \
test_data \
test_message
test_filereader_SOURCES = test_filereader.cpp
test_filereader_LDADD = ../libebus.a
test_device_SOURCES = test_device.cpp
test_device_LDADD = ../libebus.a