gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 79ec9f3a7b5b7f5db6211c8d5653773c0e389a6e
parent 41f0a42d93b6292616130032fde62952fb022875
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 30 Dec 2022 00:49:19 +0100

-actually fix dist-build against gnunet master (0.19)

Diffstat:
Mconfigure.ac | 2+-
Msrc/fuse/Makefile.am | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. # AC_PREREQ(2.61) -AC_INIT([gnunet-fuse],[0.19.0],[bug-gnunet@gnu.org]) +AC_INIT([gnunet-fuse],[0.19.1],[bug-gnunet@gnu.org]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(gnunet_fuse_config.h) diff --git a/src/fuse/Makefile.am b/src/fuse/Makefile.am @@ -16,7 +16,8 @@ gnunet_fuse_SOURCES = \ readdir.c \ read.c \ open.c \ - getattr.c + getattr.c \ + gettext.h # # mkdir.c \ # mknod.c \