shared: include "nm-shared-utils.h"
authorThomas Haller <thaller@redhat.com>
Fri, 18 Mar 2016 13:08:41 +0000 (14:08 +0100)
committerThomas Haller <thaller@redhat.com>
Sat, 26 Mar 2016 11:10:53 +0000 (12:10 +0100)
Include it via "nm-default.h" to all projects.

libnm-core/Makefile.libnm-core
shared/nm-default.h

index fe8cc8a..0038ce2 100644 (file)
@@ -52,6 +52,7 @@ libnm_core_headers =                          \
        $(core)/nm-vpn-plugin-info.h
 
 libnm_core_private_headers =                   \
+       $(top_builddir)/shared/nm-shared-utils.h \
        $(core)/crypto.h                        \
        $(core)/nm-connection-private.h         \
        $(core)/nm-core-internal.h              \
@@ -63,6 +64,7 @@ libnm_core_private_headers =                  \
        $(core)/nm-utils-private.h
 
 libnm_core_sources =                           \
+       $(top_builddir)/shared/nm-shared-utils.c \
        $(core_build)/nm-core-enum-types.c      \
        $(core)/crypto.c                        \
        $(core)/nm-connection.c                 \
index 3652777..aae4777 100644 (file)
@@ -52,6 +52,7 @@
 #include "nm-version.h"
 #include "gsystem-local-alloc.h"
 #include "nm-macros-internal.h"
+#include "nm-shared-utils.h"
 
 /*****************************************************************************/