diff options
| author | Michael Biebl <biebl@debian.org> | 2012-08-07 22:16:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-08-07 22:16:03 +0200 |
| commit | 8c98b34228abb4dfde822ad89106b4d8b2287639 (patch) | |
| tree | 9305205f351759c51888cd9f7d75a2eb5b0e1431 /src/wimax/Makefile.in | |
| parent | 7f1d08cf21e97f5e60d4636bb1e6c287c34ee2df (diff) | |
Imported Upstream version 0.9.6.0 upstream/0.9.6.0
Diffstat (limited to 'src/wimax/Makefile.in')
| -rw-r--r-- | src/wimax/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wimax/Makefile.in b/src/wimax/Makefile.in index 5c329388..0ca3366b 100644 --- a/src/wimax/Makefile.in +++ b/src/wimax/Makefile.in @@ -369,9 +369,12 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ 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 |