-doxygen
[oweals/gnunet.git] / src / identity-provider / Makefile.am
index f556052cb1c69a0545f32ad722236ccc285299d7..7c2bb9646b87e68f6854414bf060cab005a177bb 100644 (file)
@@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
  plugindir = $(libdir)/gnunet
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -19,9 +19,10 @@ libexecdir= $(pkglibdir)/libexec/
 pkgcfg_DATA = \
   identity-provider.conf
 
+lib_LTLIBRARIES = \
+  libgnunetidentityprovider.la
 plugin_LTLIBRARIES = \
-  libgnunetidentityprovider.la \
-       libgnunet_plugin_rest_identity_provider.la 
+       libgnunet_plugin_rest_identity_provider.la
 
 bin_PROGRAMS = \
  gnunet-identity-token
@@ -37,6 +38,7 @@ gnunet_service_identity_provider_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/namestore/libgnunetnamestore.la \
  $(top_builddir)/src/identity/libgnunetidentity.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/gns/libgnunetgns.la \
  $(GN_LIBINTL) \
  -ljansson
@@ -57,6 +59,7 @@ libgnunet_plugin_rest_identity_provider_la_LIBADD = \
        $(top_builddir)/src/identity/libgnunetidentity.la \
        libgnunetidentityprovider.la \
        $(top_builddir)/src/rest/libgnunetrest.la \
+       $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
        $(top_builddir)/src/namestore/libgnunetnamestore.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
   $(LTLIBINTL) -ljansson -lmicrohttpd
@@ -65,10 +68,8 @@ libgnunet_plugin_rest_identity_provider_la_LDFLAGS = \
 
 
 gnunet_identity_token_SOURCES = \
- gnunet-identity-token.c         
+ gnunet-identity-token.c
 gnunet_identity_token_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   -ljansson -lmicrohttpd \
   $(GN_LIBINTL)
-
-