frosix

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

Makefile.am (694B)


      1 # This Makefile.am is in the public domain
      2 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/backend
      3 
      4 
      5 lib_LTLIBRARIES = \
      6   libfrosix.la
      7 
      8 libfrosix_la_LDFLAGS = \
      9   -version-info 0:0:0 \
     10   -no-undefined
     11 libfrosix_la_SOURCES = \
     12   frosix_api_keygen.c \
     13   frosix_api_sign.c \
     14   frosix_api_request-challenge.c \
     15   frosix_api_delete-key.c \
     16   frosix_api.c frosix_api.h \
     17 libfrosix_la_LIBADD = \
     18   $(top_builddir)/src/restclient/libfrosixrest.la \
     19   $(top_builddir)/src/util/libfrosixutil.la \
     20   -lgnunetjson \
     21   -lgnunetcurl \
     22   -lgnunetutil \
     23   -ltalermhd \
     24   -ltalerutil \
     25   -ltalerexchange \
     26   -ltalermerchant \
     27   -ltalerjson \
     28   -ljansson \
     29   -lgcrypt \
     30   -ldl \
     31   -lm \
     32   $(XLIB)