git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into ticket
[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 a045167c10c9e105f6042758adb9f7125f3c3b10..c89ea6530d9896d02d8a8155166b739f98e6b749 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_linux/Makefile
+++ b/
projects/stargazer/plugins/capture/ether_linux/Makefile
@@
-9,7
+9,9
@@
PROG = mod_cap_ether.so
SRCS = ./ether_cap.cpp
LIBS += $(LIB_THREAD)
-STGLIBS = -lstgcommon
+
+STGLIBS = common \
+ logger
include ../../Makefile.in