summary refs log tree commit diff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7930c286..73104345 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,10 +23,10 @@ endif
 SUBDIRS += . tests
 
 INCLUDES = -I${top_srcdir} \
-           -I${top_srcdir}/include \
            -I${top_builddir}/include \
-           -I${top_srcdir}/src/generated \
+           -I${top_srcdir}/include \
            -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/dns-manager \