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:
Dan Williams 2005-04-01 21:36:23 +00:00
parent 04eadd092c
commit 102af5ff8a
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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>