]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Add DIR_MODE to Makfile.conf in all projects
[stg.git] / projects / sgauth / Makefile
index 12c7b9fc69744df74109f7599f457b6c15d98fe0..338e35008f7be03b250236fc9dbdb1bed24e1255 100644 (file)
@@ -7,13 +7,13 @@ include ../../Makefile.conf
 PROG = sgauth
 
 SRCS = ./main.cpp \
+       ./settings_impl.cpp \
        ./web.cpp
 
-STGLIBS =  -lconffiles \
-           -lstg_crypto \
-           -lstg_common \
-           -lia_auth_c \
-           -lcommon_settings
+STGLIBS =  -lstgconffiles \
+           -lstgcrypto \
+           -lstgcommon \
+           -lstgia
 
 LIBS += $(LIB_THREAD)