added message.h/cpp

This commit is contained in:
john30
2014-11-23 20:26:51 +01:00
parent 1a1d02b418
commit 8b3f72211e
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ libebus_a_SOURCES = result.cpp \
data.h \
port.cpp \
port.h \
message.cpp \
message.h \
command.cpp \
command.h \
commands.cpp \
+4
View File
@@ -6,6 +6,7 @@ AM_CXXFLAGS = -fpic \
noinst_PROGRAMS = test_port \
test_symbol \
test_data \
test_message \
test_commands \
test_configfile \
test_decode \
@@ -20,6 +21,9 @@ test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_data_SOURCES = test_data.cpp
test_data_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_message_SOURCES = test_message.cpp
test_message_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_commands_SOURCES = test_commands.cpp
test_commands_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a