X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..5a5d7edb65eeaeafd0f06d3580d4861262ca5f81:/projects/stargazer/plugins/authorization/ao/Makefile diff --git a/projects/stargazer/plugins/authorization/ao/Makefile b/projects/stargazer/plugins/authorization/ao/Makefile index a47cea23..0e356aa1 100644 --- a/projects/stargazer/plugins/authorization/ao/Makefile +++ b/projects/stargazer/plugins/authorization/ao/Makefile @@ -8,7 +8,10 @@ PROG = mod_auth_ao.so SRCS = ./ao.cpp -STGLIBS = -lstg_common +STGLIBS = scriptexecuter \ + logger \ + locker \ + common include ../../Makefile.in