summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-29 01:36:05 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-29 01:36:05 +0200
commit965e7208ad8a22c2e203e94258ec1dc42ee531ef (patch)
tree6787b732ca77975ab0e966d0a18f1f14c104a2c6 /src/Makefile.am
parentee34164a6c1c4f905332cfcfef938a0ccb48333b (diff)
Reuse HexDump in monitor-cmd
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0144d21..07ce35f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,14 +51,15 @@ tp_genca_SOURCES = genca.cc logger.cc
tp_genca_LDADD = libmitm.a libtp.a @SSL_LIBS@
tp_genca_CXXFLAGS = $(AM_CXXFLAGS) -DVERSION='"@VERSION@"'
-libmonitor_a_SOURCES = monitor.cc
+libmonitor_a_SOURCES = monitor.cc gui_hexdump.cc
libmonitor_a_CXXFLAGS = $(AM_CXXFLAGS) -DVERSION='"@VERSION@"' @THREAD_CFLAGS@
-tp_monitor_SOURCES = monitor-cmd.cc resolver.cc
+tp_monitor_SOURCES = monitor-cmd.cc resolver.cc \
+ gui_plainattrtext.cc gui_attrtext.cc
tp_monitor_LDADD = libmonitor.a libtp.a @THREAD_LIBS@
tp_monitor_CXXFLAGS = $(AM_CXXFLAGS) -DVERSION='"@VERSION@"' @THREAD_CFLAGS@
-libmonitor_gui_a_SOURCES = monitor-gui.cc gui_hexdump.cc gui_config.cc
+libmonitor_gui_a_SOURCES = monitor-gui.cc gui_config.cc
libmonitor_gui_a_CXXFLAGS = $(AM_CXXFLAGS) -DVERSION='"@VERSION@"' \
@THREAD_CFLAGS@ @PCAP_CFLAGS@