]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/inetaccess/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / Makefile
index 629977156428621b5888b0aff9e21f96bdaab7f0..f7eeabb314534d2ebe8800827f2f9feeef0e4c31 100644 (file)
@@ -10,7 +10,10 @@ PROG = mod_auth_ia.so
 
 SRCS = ./inetaccess.cpp
 
-STGLIBS = -lstg_common -lstg_crypto
+STGLIBS = common \
+         crypto \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in