]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / rlm_stg / Makefile
index 20530c5288567758285cffa29c41b0dd2e4344ff..da1a57681cd6de3c768ac26f068eaaf231695d87 100644 (file)
@@ -11,8 +11,8 @@ PROG = $(LIB_NAME).so
 SRCS = ./rlm_stg.cpp \
        ./stg_client.cpp
 
-STGLIBS = -lstg_common \
-          -lstg_crypto
+STGLIBS = -lstgcommon \
+          -lstgcrypto
 
 LIBS += $(LIB_THREAD)