summaryrefslogtreecommitdiff
path: root/src/tspi/daa/big_integer/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tspi/daa/big_integer/test/Makefile.am')
-rw-r--r--src/tspi/daa/big_integer/test/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tspi/daa/big_integer/test/Makefile.am b/src/tspi/daa/big_integer/test/Makefile.am
new file mode 100644
index 0000000..d631c2a
--- /dev/null
+++ b/src/tspi/daa/big_integer/test/Makefile.am
@@ -0,0 +1,9 @@
+bin_PROGRAMS = test
+
+
+test_SOURCES=test.c multi_exp.c ../bi_gmp.c ../bi_openssl.c ../bi.c \
+ ../../../include/bi.h ../../../include/bi_openssl.h ../../../include/bi_gmp.h
+test_CFLAGS=-G
+
+# test_CFLAGS=-I../../../include -DBI_OPENSSL
+