mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 05:10:42 +02:00
Fix location of nm-utils.h file
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@546 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
04eadd092c
commit
102af5ff8a
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ namedconfdir = $(pkgdatadir)
|
|||
|
||||
EXTRA_DIST = $(namedconf_DATA)
|
||||
|
||||
INCLUDES = -I${top_srcdir}/utils
|
||||
|
||||
noinst_LTLIBRARIES = libnamed.la
|
||||
|
||||
libnamed_la_SOURCES = nm-named-manager.h nm-named-manager.c
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include <sys/param.h>
|
||||
#include <syslog.h>
|
||||
#include <glib.h>
|
||||
#include "utils/nm-utils.h"
|
||||
#include "nm-utils.h"
|
||||
|
||||
#ifdef HAVE_SELINUX
|
||||
#include <selinux/selinux.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue