aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-02 16:32:36 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-02 16:32:36 +0000
commitbee208bcd6803829aa26c55a4c8e176a5f2c815f (patch)
tree6974bc9e94a1ec938b5376d2631233d2e75baf7d /src/identity/Makefile.am
parentfc9b25be2dbe5392501dbc0b6659c1aa50809bc2 (diff)
downloadgnunet-bee208bcd6803829aa26c55a4c8e176a5f2c815f.tar.gz
gnunet-bee208bcd6803829aa26c55a4c8e176a5f2c815f.zip
- Refactor jsonapi into separate module
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 0a0f08fc3..f902f74fd 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -67,6 +67,7 @@ libgnunet_plugin_rest_identity_la_SOURCES = \
67libgnunet_plugin_rest_identity_la_LIBADD = \ 67libgnunet_plugin_rest_identity_la_LIBADD = \
68 libgnunetidentity.la \ 68 libgnunetidentity.la \
69 $(top_builddir)/src/rest/libgnunetrest.la \ 69 $(top_builddir)/src/rest/libgnunetrest.la \
70 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
70 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 71 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
71 $(LTLIBINTL) -ljansson -lmicrohttpd 72 $(LTLIBINTL) -ljansson -lmicrohttpd
72libgnunet_plugin_rest_identity_la_LDFLAGS = \ 73libgnunet_plugin_rest_identity_la_LDFLAGS = \