git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor changes in plugin interface.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_linux
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/ether_linux/Makefile
b/projects/stargazer/plugins/capture/ether_linux/Makefile
index f10886c6a97da4be13103a88c316e9e19dc75971..c89ea6530d9896d02d8a8155166b739f98e6b749 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_linux/Makefile
+++ b/
projects/stargazer/plugins/capture/ether_linux/Makefile
@@
-6,10
+6,12
@@
include ../../../../../Makefile.conf
PROG = mod_cap_ether.so
PROG = mod_cap_ether.so
-SRCS = ./ether_cap.cpp
+SRCS = ./ether_cap.cpp
LIBS += $(LIB_THREAD)
LIBS += $(LIB_THREAD)
-STGLIBS = -lstg_common
+
+STGLIBS = common \
+ logger
include ../../Makefile.in
include ../../Makefile.in