From 564cf78f69520e1694b0ca05e5ad9d8b2fba18f2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 24 Mar 2016 16:03:06 +0100 Subject: [PATCH] libnm-util: use "nm-shared-utils.h" --- libnm-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am index 6e6379081..e9ccdae7f 100644 --- a/libnm-util/Makefile.am +++ b/libnm-util/Makefile.am @@ -63,6 +63,7 @@ nodist_libnm_util_include_HEADERS = \ nm-utils-enum-types.h libnm_util_la_private_headers = \ + $(top_builddir)/shared/nm-shared-utils.h \ crypto.h \ nm-dbus-glib-types.h \ nm-gvaluearray-compat.h \ @@ -71,6 +72,7 @@ libnm_util_la_private_headers = \ nm-utils-private.h libnm_util_la_csources = \ + $(top_builddir)/shared/nm-shared-utils.c \ crypto.c \ nm-connection.c \ nm-param-spec-specialized.c \ -- 2.17.1