files buscommand.x and dump.x moved from src/lib/ebus to src/ebusd.
This commit is contained in:
@@ -8,6 +8,10 @@ bin_PROGRAMS = ebusd
|
||||
|
||||
ebusd_SOURCES = network.cpp \
|
||||
network.h \
|
||||
dump.cpp \
|
||||
dump.h \
|
||||
buscommand.cpp \
|
||||
buscommand.h \
|
||||
ebusloop.cpp \
|
||||
ebusloop.h \
|
||||
baseloop.cpp \
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
* along with ebusd. If not, see http://www.gnu.org/licenses/.
|
||||
*/
|
||||
|
||||
#ifndef LIBEBUS_BUSCOMMAND_H_
|
||||
#define LIBEBUS_BUSCOMMAND_H_
|
||||
#ifndef BUSCOMMAND_H_
|
||||
#define BUSCOMMAND_H_
|
||||
|
||||
#include "symbol.h"
|
||||
#include "result.h"
|
||||
@@ -61,5 +61,5 @@ private:
|
||||
pthread_cond_t m_cond;
|
||||
};
|
||||
|
||||
#endif // LIBEBUS_BUSCOMMAND_H_
|
||||
#endif // BUSCOMMAND_H_
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
* along with ebusd. If not, see http://www.gnu.org/licenses/.
|
||||
*/
|
||||
|
||||
#ifndef LIBEBUS_DUMP_H_
|
||||
#define LIBEBUS_DUMP_H_
|
||||
#ifndef DUMP_H_
|
||||
#define DUMP_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -65,4 +65,4 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif // LIBEBUS_DUMP_H_
|
||||
#endif // DUMP_H_
|
||||
@@ -12,16 +12,12 @@ libebus_a_SOURCES = result.cpp \
|
||||
data.h \
|
||||
port.cpp \
|
||||
port.h \
|
||||
buscommand.cpp \
|
||||
buscommand.h \
|
||||
command.cpp \
|
||||
command.h \
|
||||
commands.cpp \
|
||||
commands.h \
|
||||
configfile.cpp \
|
||||
configfile.h \
|
||||
dump.cpp \
|
||||
dump.h \
|
||||
decode.cpp \
|
||||
decode.h \
|
||||
encode.cpp \
|
||||
|
||||
Reference in New Issue
Block a user