frosix

Multiparty signature service (experimental)
Log | Files | Refs | README | LICENSE

Makefile.am (532B)


      1 # This Makefile.am is in the public domain
      2 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/libfrosthigh
      3 
      4 lib_LTLIBRARIES = \
      5   libfrostdistkeygen.la
      6 
      7 libfrostdistkeygen_la_SOURCES = \
      8   keygen_common.c keygen_common.h \
      9   dkg_commitment.c \
     10   keygen_begin.c \
     11   validate_params.c \
     12   keygen_validate_commitment.c \
     13   keygen_validate_share.c \
     14   keygen_finalize.c
     15 
     16   libfrostdistkeygen_la_LIBADD = \
     17   $(top_builddir)/src/libfrostlow/libfrostlow.la \
     18   $(top_builddir)/src/libfrosthigh/libfrosthigh.la \
     19   -lgnunetutil