aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-02-28 16:23:40 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-02-28 16:41:14 +0100
commit98cd2e57b35c8cc1eb94ff7f28c1df63846dd5eb (patch)
tree64e4172dee9a2f6dbc681e5308e22cdfec6df97b /src/rest-plugins
parent037d22e342567ea3cebc2b93065a952333ffe1a6 (diff)
downloadgnunet-98cd2e57b35c8cc1eb94ff7f28c1df63846dd5eb.tar.gz
gnunet-98cd2e57b35c8cc1eb94ff7f28c1df63846dd5eb.zip
rest-plugins: include headers in dist sources
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index a49ab0ef0..006c23101 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -30,6 +30,7 @@ endif
30 30
31libgnunet_plugin_rest_reclaim_la_SOURCES = \ 31libgnunet_plugin_rest_reclaim_la_SOURCES = \
32 plugin_rest_reclaim.c \ 32 plugin_rest_reclaim.c \
33 json_reclaim.h \
33 json_reclaim.c 34 json_reclaim.c
34libgnunet_plugin_rest_reclaim_la_LIBADD = \ 35libgnunet_plugin_rest_reclaim_la_LIBADD = \
35 $(top_builddir)/src/identity/libgnunetidentity.la \ 36 $(top_builddir)/src/identity/libgnunetidentity.la \
@@ -117,6 +118,7 @@ libgnunet_plugin_rest_gns_la_LDFLAGS = \
117 118
118libgnunet_plugin_rest_openid_connect_la_SOURCES = \ 119libgnunet_plugin_rest_openid_connect_la_SOURCES = \
119 plugin_rest_openid_connect.c \ 120 plugin_rest_openid_connect.c \
121 oidc_helper.h \
120 oidc_helper.c 122 oidc_helper.c
121libgnunet_plugin_rest_openid_connect_la_LIBADD = \ 123libgnunet_plugin_rest_openid_connect_la_LIBADD = \
122 $(top_builddir)/src/identity/libgnunetidentity.la \ 124 $(top_builddir)/src/identity/libgnunetidentity.la \