git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move variables declaration to the beginning of the function (old C)
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ipq_linux
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/ipq_linux/Makefile
b/projects/stargazer/plugins/capture/ipq_linux/Makefile
index 7cf9299619f57507753d83467b5ba329d647bce8..548f589c62825de49af45c5fe054ddfa11815ffc 100644
(file)
--- a/
projects/stargazer/plugins/capture/ipq_linux/Makefile
+++ b/
projects/stargazer/plugins/capture/ipq_linux/Makefile
@@
-10,7
+10,8
@@
SRCS = ./ipq_cap.cpp \
./libipq.c
LIBS += $(LIB_THREAD)
-STGLIBS = -lstg_common
+
+STGLIBS = common
include ../../Makefile.in