git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NY Flight] Use common encryption/decryption functions.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
divert_freebsd
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/divert_freebsd/Makefile
b/projects/stargazer/plugins/capture/divert_freebsd/Makefile
index 48e24826c8132415d005fceadfbd569d5c60eff3..555ec8b18a5f9ef55ba4fed8563f6698e3e8e627 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
@@
-10,7
+10,8
@@
SRCS = ./divert_cap.cpp
LIBS += $(LIB_THREAD)
-STGLIBS = common
+STGLIBS = common \
+ logger
include ../../Makefile.in