diff options
Diffstat (limited to 'src/ppp-manager/Makefile.in')
| -rw-r--r-- | src/ppp-manager/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ppp-manager/Makefile.in b/src/ppp-manager/Makefile.in index a7524dd0..79fdc2b3 100644 --- a/src/ppp-manager/Makefile.in +++ b/src/ppp-manager/Makefile.in @@ -375,13 +375,13 @@ 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}/libnm-util \ -I${top_srcdir}/src \ - -I${top_srcdir}/src/generated \ -I${top_builddir}/src/generated \ + -I${top_srcdir}/src/generated \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/src/posix-signals |