pub/dh-kcdsa.c: Free the correct factor.
[catacomb] / math / Makefile.am
index 1eb0534..ac654d9 100644 (file)
@@ -39,9 +39,9 @@ TEST_LIBS              = libmath.la
 ## The `mpgen' tool for dealing with these things.
 mpgen                   = $(srcdir)/mpgen
 EXTRA_DIST             += mpgen
-AM_V_MPGEN              = $(AM_V_MPGEN_$(V))
-AM_V_MPGEN_             = $(AM_V_MPGEN_$(AM_DEFAULT_VERBOSITY))
-AM_V_MPGEN_0            = @echo "  MPGEN  $@";
+AM_V_MPGEN              = $(AM_V_MPGEN_@AM_V@)
+AM_V_MPGEN_             = $(AM_V_MPGEN_@AM_DEFAULT_V@)
+AM_V_MPGEN_0            = @echo "  MPGEN    $@";
 MPGEN                   = $(AM_V_MPGEN)$(PYTHON) $(mpgen)
 
 ## The type information collected by `configure'.
@@ -448,5 +448,6 @@ pkginclude_HEADERS  += scaf.h
 libmath_la_SOURCES     += scaf.c
 
 pkginclude_HEADERS     += montladder.h
+pkginclude_HEADERS     += scmul.h
 
 ###----- That's all, folks --------------------------------------------------