aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/util/os_installation.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 8d5e509bb8..8118ad0d70 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -22,7 +22,7 @@ gnunetinclude_HEADERS = \
gnunet_crypto_lib.h \
gnunet_disk_lib.h \
gnunet_fragmentation_lib.h \
- gnunet_fs_lib.h \
+ gnunet_fs_service.h \
gnunet_getopt_lib.h \
gnunet_hello_lib.h \
gnunet_network_lib.h \
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 2010955445..cc1d61c209 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -299,6 +299,9 @@ os_get_gnunet_path ()
if (ret != NULL)
return ret;
/* other attempts here */
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ _("Could not determine installation path for GNUnet. Set `%s' environment variable.\n"),
+ "GNUNET_PREFIX");
return NULL;
}