From 71a8f8e6dba1240cb6efef9f122663fb8e118bd6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Jul 2013 15:36:16 +0000 Subject: [PATCH] -move dv API header to where it would typically belong --- src/dv/Makefile.am | 2 +- src/include/Makefile.am | 1 + src/{dv => include}/gnunet_dv_service.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename src/{dv => include}/gnunet_dv_service.h (99%) diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 72e8fa4a8..ad63e83d1 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -23,7 +23,7 @@ lib_LTLIBRARIES = libgnunetdv.la plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la libgnunetdv_la_SOURCES = \ - dv_api.c dv.h gnunet_dv_service.h + dv_api.c dv.h libgnunetdv_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) $(XLIB) diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 2905bf787..603f48820 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -45,6 +45,7 @@ gnunetinclude_HEADERS = \ gnunet_dnsparser_lib.h \ gnunet_dnsstub_lib.h \ gnunet_dns_service.h \ + gnunet_dv_service.h \ gnunet_fragmentation_lib.h \ gnunet_fs_service.h \ gnunet_getopt_lib.h \ diff --git a/src/dv/gnunet_dv_service.h b/src/include/gnunet_dv_service.h similarity index 99% rename from src/dv/gnunet_dv_service.h rename to src/include/gnunet_dv_service.h index 11f8ef253..967184130 100644 --- a/src/dv/gnunet_dv_service.h +++ b/src/include/gnunet_dv_service.h @@ -20,7 +20,7 @@ /** * @author Christian Grothoff - * @file dv/gnunet_dv_service.h + * @file include/gnunet_dv_service.h * @brief DV service API (should only be used by the DV plugin) */ #ifndef GNUNET_SERVICE_DV_H -- 2.25.1