]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/ao/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / authorization / ao / Makefile
index a8651d64a10f2059a8f7233d3ac4d01e1377762c..1a7697e36972a0f6b6169306d2b6c990b71c0cc5 100644 (file)
@@ -8,7 +8,10 @@ PROG = mod_auth_ao.so
 
 SRCS = ./ao.cpp
 
-STGLIBS = -lstgcommon
+STGLIBS = common \
+         logger \
+         locker \
+         scriptexecuter
 
 include ../../Makefile.in