aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 15:21:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 15:21:45 +0100
commit53611d8e9082f969245f686bd8942772fcdaffde (patch)
tree8ed27970dd9f013867914f48fca6cf21a4d254c4 /src/include/Makefile.am
parent48ae3fd97331bea275128d7ac2bdeb1d20b2f760 (diff)
downloadgnunet-53611d8e9082f969245f686bd8942772fcdaffde.tar.gz
gnunet-53611d8e9082f969245f686bd8942772fcdaffde.zip
fix compat.h inclusion
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r--src/include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 66086ad91..195cac075 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -26,6 +26,7 @@ else
26 26
27gnunetinclude_HEADERS = \ 27gnunetinclude_HEADERS = \
28 platform.h plibc.h $(WINPROC) gettext.h \ 28 platform.h plibc.h $(WINPROC) gettext.h \
29 compat.h \
29 gnunet_applications.h \ 30 gnunet_applications.h \
30 gnunet_arm_service.h \ 31 gnunet_arm_service.h \
31 gnunet_ats_service.h \ 32 gnunet_ats_service.h \