diff options
Diffstat (limited to 'clients/Makefile.am')
| -rw-r--r-- | clients/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am index dea8f9e3..8316dcc0 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = cli tui AM_CPPFLAGS = \ + -I${top_srcdir}/include \ + -I$(top_builddir)/include \ -I${top_srcdir}/libnm-core \ -I${top_builddir}/libnm-core \ -I${top_srcdir}/libnm \ |