diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-24 11:07:15 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-24 11:07:15 +0100 |
commit | 3761097c25ff5c4a8dd660d77f83b98d62d0bda3 (patch) | |
tree | e5d591bf8b15d1005177537178514502b1a41356 | |
parent | bc7352773263092fb0c448024e00c3769d6ccb78 (diff) | |
download | gnunet-3761097c25ff5c4a8dd660d77f83b98d62d0bda3.tar.gz gnunet-3761097c25ff5c4a8dd660d77f83b98d62d0bda3.zip |
build: fix make dist to include header files
-rw-r--r-- | src/service/dht/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/dht/Makefile.am b/src/service/dht/Makefile.am index 5cc13f030..d9919a69f 100644 --- a/src/service/dht/Makefile.am +++ b/src/service/dht/Makefile.am | |||
@@ -34,6 +34,7 @@ libexec_PROGRAMS = \ | |||
34 | 34 | ||
35 | gnunet_service_dht_SOURCES = \ | 35 | gnunet_service_dht_SOURCES = \ |
36 | gnunet-service-dht.c gnunet-service-dht.h \ | 36 | gnunet-service-dht.c gnunet-service-dht.h \ |
37 | plugin_dhtu_gnunet.h plugin_dhtu_ip.h \ | ||
37 | plugin_dhtu_gnunet.c plugin_dhtu_ip.c \ | 38 | plugin_dhtu_gnunet.c plugin_dhtu_ip.c \ |
38 | gnunet-service-dht_datacache.c gnunet-service-dht_datacache.h \ | 39 | gnunet-service-dht_datacache.c gnunet-service-dht_datacache.h \ |
39 | gnunet-service-dht_neighbours.c gnunet-service-dht_neighbours.h \ | 40 | gnunet-service-dht_neighbours.c gnunet-service-dht_neighbours.h \ |