]> git.stg.codes - stg.git/blobdiff - stglibs/crypto.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / crypto.lib / Makefile
index 7d19fcec9a75d7cccac116051d5aec1661f726d4..47e91203569c6e2aafa8d11fc0ec7e34e7b0ba11 100644 (file)
@@ -4,10 +4,12 @@
 
 LIB_NAME = stgcrypto
 
-SRCS = ag_md5.cpp \
-       blowfish.cpp
+SRCS = ag_md5.c \
+       blowfish.c \
+       bfstream.cpp
 
 INCS = ag_md5.h \
-       blowfish.h
+       blowfish.h \
+       bfstream.h
 
 include ../Makefile.in