]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / sgauth / Makefile
index e586695bb0bfe86d1944be85b055abf9c369fcd6..338e35008f7be03b250236fc9dbdb1bed24e1255 100644 (file)
@@ -10,10 +10,10 @@ SRCS = ./main.cpp \
        ./settings_impl.cpp \
        ./web.cpp
 
-STGLIBS =  -lconffiles \
-           -lstg_crypto \
-           -lstg_common \
-           -lia_auth_c
+STGLIBS =  -lstgconffiles \
+           -lstgcrypto \
+           -lstgcommon \
+           -lstgia
 
 LIBS += $(LIB_THREAD)