]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/inetaccess/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / Makefile
index 15fd52878c6c75884835a7e13ff84d0f047c3de5..6f735ad8721a828e609c156a9cda07ca398a5f64 100644 (file)
@@ -10,7 +10,11 @@ PROG = mod_auth_ia.so
 
 SRCS = ./inetaccess.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger \
+         locker \
+         scriptexecuter
 
 include ../../Makefile.in