aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 18:40:56 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 18:40:56 +0900
commit207304453338746d16ef43b734010c30aacee412 (patch)
tree92a30eb212bb033affb6b07ec707a6d68fdc3268 /src
parentde5949640a54fde50e9934fe8693159ae05f1541 (diff)
downloadgnunet-207304453338746d16ef43b734010c30aacee412.tar.gz
gnunet-207304453338746d16ef43b734010c30aacee412.zip
-forgot to add new header to dist
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 15f5626ab..19450968c 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -10,7 +10,9 @@ EXTRA_DIST = \
10 block_regex.h 10 block_regex.h
11 11
12gnunetinclude_HEADERS = \ 12gnunetinclude_HEADERS = \
13 platform.h gettext.h \ 13 platform.h \
14 gnunet_platform.h \
15 gettext.h \
14 compat.h \ 16 compat.h \
15 gnunet_abd_service.h \ 17 gnunet_abd_service.h \
16 gnunet_applications.h \ 18 gnunet_applications.h \