diff options
Diffstat (limited to 'src/vpn-manager/Makefile.in')
| -rw-r--r-- | src/vpn-manager/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn-manager/Makefile.in b/src/vpn-manager/Makefile.in index f474b154..6cc68454 100644 --- a/src/vpn-manager/Makefile.in +++ b/src/vpn-manager/Makefile.in @@ -336,12 +336,12 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = \ -I${top_srcdir} \ - -I${top_srcdir}/include \ -I${top_builddir}/include \ - -I${top_srcdir}/libnm-util \ + -I${top_srcdir}/include \ -I${top_builddir}/libnm-util \ - -I${top_srcdir}/src/generated \ + -I${top_srcdir}/libnm-util \ -I${top_builddir}/src/generated \ + -I${top_srcdir}/src/generated \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/src/posix-signals \ -I${top_srcdir}/src \ |