aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-15 19:41:05 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-15 19:41:05 +0100
commit5177efb74f9301bbffd79d63f47eb78611e6abba (patch)
tree3b934e877911bb4d40fceca920ef70e272f19488 /src/include/Makefile.am
parent9f36b6e9ef86d595b229c1c8f0671b63a18bdc03 (diff)
downloadgnunet-5177efb74f9301bbffd79d63f47eb78611e6abba.tar.gz
gnunet-5177efb74f9301bbffd79d63f47eb78611e6abba.zip
remove Taler-specific leftovers, we don't need them anymore
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r--src/include/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index d79bc45b6..b53f2420d 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -9,18 +9,6 @@ EXTRA_DIST = \
9 block_dns.h \ 9 block_dns.h \
10 block_regex.h 10 block_regex.h
11 11
12if TALER_ONLY
13gnunetinclude_HEADERS = \
14 platform.h gettext.h \
15 gnunet_buffer_lib.h \
16 gnunet_common.h \
17 gnunet_container_lib.h \
18 gnunet_crypto_lib.h \
19 gnunet_strings_lib.h \
20 gnunet_time_lib.h \
21 gnunet_util_taler_wallet_lib.h
22else
23
24gnunetinclude_HEADERS = \ 12gnunetinclude_HEADERS = \
25 platform.h gettext.h \ 13 platform.h gettext.h \
26 compat.h \ 14 compat.h \
@@ -132,5 +120,3 @@ gnunetinclude_HEADERS = \
132 gnunet_tun_lib.h \ 120 gnunet_tun_lib.h \
133 gnunet_util_lib.h \ 121 gnunet_util_lib.h \
134 gnunet_vpn_service.h 122 gnunet_vpn_service.h
135
136endif