git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added const version of GetPointer.
[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..076443bbd858aa413551d98b6f8cb3d99f4b4e5c 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
@@
-6,11
+6,12
@@
include ../../../../../Makefile.conf
PROG = mod_cap_divert.so
PROG = mod_cap_divert.so
-SRCS = ./divert_cap.cpp
+SRCS = ./divert_cap.cpp
LIBS += $(LIB_THREAD)
LIBS += $(LIB_THREAD)
-STGLIBS = common
+STGLIBS = common \
+ logger
include ../../Makefile.in
include ../../Makefile.in