updates.
[crypto.git] / lib / silccrypt / Makefile.am
index 66a9fbe080e12843ae96b1ed3cf3c9fcf718c6a5..8840a617bc4003703cb56b603f1627a9ab55ac32 100644 (file)
@@ -22,15 +22,15 @@ noinst_LIBRARIES = libsilccrypt.a
 
 libsilccrypt_a_SOURCES = \
        none.c \
-       blowfish.c \
        rc5.c \
        rc6.c \
        mars.c \
        md5.c \
-       rijndael.c \
+       aes.c \
        rsa.c \
        sha1.c \
        twofish.c \
+       blowfish.c \
        silccipher.c \
        silchash.c \
        silchmac.c \
@@ -40,6 +40,5 @@ libsilccrypt_a_SOURCES = \
 
 EXTRA_DIST = *.h
 
-INCLUDES = -I. -I.. -I../silccore -I../silcmath -I../silcske \
-       -I../silcsim -I../.. -I../silcutil -I../../includes \
-       -I../silcmath/gmp -I../trq
+include $(top_srcdir)/Makefile.defines
+