diff options
Diffstat (limited to 'src/libcrypto/libserpent/Makefile.am')
-rw-r--r-- | src/libcrypto/libserpent/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcrypto/libserpent/Makefile.am b/src/libcrypto/libserpent/Makefile.am new file mode 100644 index 000000000..38d064474 --- /dev/null +++ b/src/libcrypto/libserpent/Makefile.am @@ -0,0 +1,3 @@ +noinst_LIBRARIES = libserpent.a +libserpent_a_SOURCES = serpent.c serpent_cbc.c + |