Actually build field-exp.
authormdw <mdw>
Wed, 1 Dec 2004 01:31:09 +0000 (01:31 +0000)
committermdw <mdw>
Wed, 1 Dec 2004 01:31:09 +0000 (01:31 +0000)
Makefile.m4

index d27ca10..5ea54f4 100644 (file)
@@ -165,7 +165,7 @@ pkginclude_HEADERS = \
        tlsprf.h sslprf.h \
        gfshare.h share.h \
        rho.h \
-       field.h field-guts.h \
+       field.h field-guts.h field-exp.h \
        ec.h ec-guts.h ec-exp.h ec-test.h ectab.h ec-keys.h ec-raw.h \
        ptab.h bintab.h group.h group-guts.h \
        allwithsuffix(`ciphers', `cipher_modes', `.h') \
@@ -194,7 +194,8 @@ define(`GF_SOURCES',
        gfreduce.c gfreduce-exp.h gfn.c')
 
 define(`EC_SOURCES',
-       `field.c field-parse.c f-prime.c f-niceprime.c f-binpoly.c \
+       `field.c field-parse.c field-exp.c \
+       f-prime.c f-niceprime.c f-binpoly.c \
        ec.c ec-exp.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c \
        ec-fetch.c ec-raw.c g-ec.c')