diff options
Diffstat (limited to 'libnm-glib/tests/Makefile.am')
| -rw-r--r-- | libnm-glib/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-glib/tests/Makefile.am b/libnm-glib/tests/Makefile.am index 06aee712..0dba0793 100644 --- a/libnm-glib/tests/Makefile.am +++ b/libnm-glib/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)/libnm-glib noinst_PROGRAMS = test-remote-settings-client |