diff options
Diffstat (limited to 'src/dns-manager/Makefile.am')
| -rw-r--r-- | src/dns-manager/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dns-manager/Makefile.am b/src/dns-manager/Makefile.am index b51f667b..331f85c4 100644 --- a/src/dns-manager/Makefile.am +++ b/src/dns-manager/Makefile.am @@ -1,8 +1,10 @@ INCLUDES = \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/libnm-util \ + -I${top_builddir}/libnm-util \ -I${top_srcdir}/src \ - -I${top_srcdir}/include + -I${top_srcdir}/include \ + -I${top_builddir}/include noinst_LTLIBRARIES = libdns-manager.la |