git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed "using namespace std;" from stargazer.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
cap_nf
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/cap_nf/Makefile
b/projects/stargazer/plugins/capture/cap_nf/Makefile
index 481862dd23db24a6199c8edad24bf685cb8f256e..f9412802de25c739eee8a186b6f7c0838a600cbf 100644
(file)
--- a/
projects/stargazer/plugins/capture/cap_nf/Makefile
+++ b/
projects/stargazer/plugins/capture/cap_nf/Makefile
@@
-10,7
+10,8
@@
SRCS = ./cap_nf.cpp
LIBS += $(LIB_THREAD)
-STGLIBS = common
+STGLIBS = common \
+ logger
include ../../Makefile.in