diff options
Diffstat (limited to 'src/dhcp-manager/tests/Makefile.am')
| -rw-r--r-- | src/dhcp-manager/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcp-manager/tests/Makefile.am b/src/dhcp-manager/tests/Makefile.am index b075fd68..1feade86 100644 --- a/src/dhcp-manager/tests/Makefile.am +++ b/src/dhcp-manager/tests/Makefile.am @@ -1,6 +1,8 @@ INCLUDES = \ -I$(top_srcdir)/include \ + -I$(top_builddir)/include \ -I${top_srcdir}/libnm-util \ + -I${top_builddir}/libnm-util \ -I$(top_srcdir)/src/dhcp-manager noinst_PROGRAMS = test-dhcp-dhclient |