diff options
Diffstat (limited to 'src/ip6-manager/Makefile.in')
| -rw-r--r-- | src/ip6-manager/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ip6-manager/Makefile.in b/src/ip6-manager/Makefile.in index 9214f64c..7c398962 100644 --- a/src/ip6-manager/Makefile.in +++ b/src/ip6-manager/Makefile.in @@ -333,12 +333,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 |