diff options
Diffstat (limited to 'src/wimax/Makefile.am')
| -rw-r--r-- | src/wimax/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wimax/Makefile.am b/src/wimax/Makefile.am index 63c95dc7..caf017d8 100644 --- a/src/wimax/Makefile.am +++ b/src/wimax/Makefile.am @@ -1,8 +1,11 @@ INCLUDES = \ -I${top_srcdir}/src \ + -I${top_builddir}/src/generated \ -I${top_srcdir}/src/generated \ -I${top_srcdir}/src/logging \ + -I${top_builddir}/include \ -I${top_srcdir}/include \ + -I${top_builddir}/libnm-util \ -I${top_srcdir}/libnm-util pkglib_LTLIBRARIES = libnm-device-plugin-wimax.la |