Add MAC to listnetworks, and some other make stuff.

This commit is contained in:
Adam Ierymenko
2014-08-19 14:11:02 -07:00
parent 282114e96c
commit 721625d512
5 changed files with 17 additions and 12 deletions

View File

@@ -48,7 +48,8 @@ SOURCES += main.cpp \
../node/UdpSocket.cpp \
../node/Utils.cpp \
../ext/lz4/lz4.c \
../ext/lz4/lz4hc.c
../ext/lz4/lz4hc.c \
../node/Dictionary.cpp
HEADERS += mainwindow.h \
aboutwindow.h \
@@ -105,7 +106,9 @@ HEADERS += mainwindow.h \
../node/UdpSocket.hpp \
../node/Utils.hpp \
../ext/lz4/lz4.h \
../ext/lz4/lz4hc.h
../ext/lz4/lz4hc.h \
../node/EthernetTap.hpp \
../node/EthernetTapFactory.hpp
win32:SOURCES += ../node/WindowsEthernetTap.cpp
mac:SOURCES += ../node/UnixEthernetTap.cpp