blob: 31e7a876d1bf2a9f8d2f7032975d380deb181594 [file] [log] [blame]
Tom Josephc35524e2016-08-29 08:17:59 -05001sbin_PROGRAMS = \
2 netipmid
3
4netipmid_SOURCES = \
5 endian.hpp \
6 socket_channel.hpp \
7 socket_channel.cpp \
8 message.hpp \
9 auth_algo.hpp \
10 auth_algo.cpp \
11 session.hpp \
12 session.cpp \
13 sessions_manager.hpp \
14 sessions_manager.cpp \
15 message_parsers.hpp \
16 message_parsers.cpp \
17 message_handler.hpp \
18 message_handler.cpp \
19 command_table.hpp \
20 command_table.cpp \
21 command/channel_auth.hpp \
22 command/channel_auth.cpp \
23 command/guid.hpp \
24 command/guid.cpp \
25 command/open_session.hpp \
26 command/open_session.cpp \
27 command/rakp12.hpp \
28 command/rakp12.cpp \
29 command/rakp34.hpp \
30 command/rakp34.cpp \
31 command/session_cmds.hpp \
32 command/session_cmds.cpp \
33 comm_module.hpp \
34 comm_module.cpp \
35 main.hpp \
Tom Joseph77531db2017-01-10 15:44:44 +053036 main.cpp \
37 integrity_algo.hpp \
38 integrity_algo.cpp
Tom Josephc35524e2016-08-29 08:17:59 -050039
40netipmid_LDFLAGS = $(SYSTEMD_LIBS) $(CRYPTO_LIBS) $(libmapper_LIBS)
41netipmid_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS)
42