X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..c4456f2cae7261f7263e3708ff995bade7da722f:/projects/stargazer/plugins/configuration/sgconfig/Makefile diff --git a/projects/stargazer/plugins/configuration/sgconfig/Makefile b/projects/stargazer/plugins/configuration/sgconfig/Makefile index 8f065d16..83e267d1 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/Makefile +++ b/projects/stargazer/plugins/configuration/sgconfig/Makefile @@ -11,12 +11,17 @@ SRCS = ./stgconfig.cpp \ ./configproto.cpp \ ./parser.cpp \ ./parser_tariff.cpp \ - ./parser_admin.cpp + ./parser_admin.cpp \ + ./parser_auth_by.cpp LIBS += -lexpat \ $(LIB_THREAD) -STGLIBS = -lstg_common -lstg_logger -lstg_crypto +STGLIBS = common \ + locker \ + logger \ + crypto \ + scriptexecuter include ../../Makefile.in