diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-04-01 09:36:53 +0200 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-04-01 09:36:53 +0200 |
commit | e6a0ea8cf388a05856aaedbc5444f266ae47a7ef (patch) | |
tree | 5410179104c0b8bacd5fd309bf0b29d89d5b6f99 /src | |
parent | 4582ae4e83b52970a90a3ffe0e375e6881d9babf (diff) |
-fix
Diffstat (limited to 'src')
-rw-r--r-- | src/dhtu/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am index 53f0b2e02..4d210b71f 100644 --- a/src/dhtu/Makefile.am +++ b/src/dhtu/Makefile.am @@ -18,7 +18,6 @@ plugin_LTLIBRARIES = \ if !OPENBSD plugin_LTLIBRARIES += libgnunet_plugin_dhtu_ip.la -endif libgnunet_plugin_dhtu_ip_la_SOURCES = \ plugin_dhtu_ip.c @@ -28,7 +27,7 @@ libgnunet_plugin_dhtu_ip_la_LIBADD = \ $(LTLIBINTL) libgnunet_plugin_dhtu_ip_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) - +endif libgnunet_plugin_dhtu_gnunet_la_SOURCES = \ |