]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / Makefile
index f4b86e211e0f71156145c4c3bdb9f6dff77b3b6c..d108789680c85a17e274c0943d0d79ba9c1541bf 100644 (file)
@@ -8,9 +8,9 @@ PROG = mod_cap_bpf.so
 
 SRCS = ./ether_cap.cpp 
 
-STGLIBS = -lstgcommon
-
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common
+
 include ../../Makefile.in