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 'stg-2.409' into stg-2.409-radius
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_freebsd
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/ether_freebsd/Makefile
b/projects/stargazer/plugins/capture/ether_freebsd/Makefile
index d108789680c85a17e274c0943d0d79ba9c1541bf..2b859dbb35abcbd7f585ca3f702e592f253f8b33 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_freebsd/Makefile
+++ b/
projects/stargazer/plugins/capture/ether_freebsd/Makefile
@@
-6,11
+6,12
@@
include ../../../../../Makefile.conf
PROG = mod_cap_bpf.so
-SRCS = ./ether_cap.cpp
+SRCS = ./ether_cap.cpp
LIBS += $(LIB_THREAD)
-STGLIBS = common
+STGLIBS = common \
+ logger
include ../../Makefile.in