X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8276a9c565bc29afbc6cc120dfde0801c06c2bbd..dc467b41beb8451bab0118027019378191e86e7a:/math/Makefile.am?ds=sidebyside diff --git a/math/Makefile.am b/math/Makefile.am index ac654d91..dd48057a 100644 --- a/math/Makefile.am +++ b/math/Makefile.am @@ -245,9 +245,10 @@ libmath_la_SOURCES += pfilt.c pkginclude_HEADERS += pgen.h libmath_la_SOURCES += pgen.c libmath_la_SOURCES += pgen-gcd.c +libmath_la_SOURCES += pgen-granfrob.c libmath_la_SOURCES += pgen-simul.c libmath_la_SOURCES += pgen-stdev.c -TESTS += pgen.t$(EXEEXT) +TESTS += pgen.t$(EXEEXT) pgen-granfrob.t$(EXEEXT) EXTRA_DIST += t/pgen ## Finding primitive elements in finite fields.