diff options
Diffstat (limited to 'src/wimax')
| -rw-r--r-- | src/wimax/Makefile.am | 3 | ||||
| -rw-r--r-- | src/wimax/Makefile.in | 3 | ||||
| -rw-r--r-- | src/wimax/nm-wimax-nsp.c | 19 |
3 files changed, 25 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 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 diff --git a/src/wimax/nm-wimax-nsp.c b/src/wimax/nm-wimax-nsp.c index 491cb5da..e3939b70 100644 --- a/src/wimax/nm-wimax-nsp.c +++ b/src/wimax/nm-wimax-nsp.c @@ -1,4 +1,23 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ +/* NetworkManager -- Network link manager + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Copyright (C) 2010 - 2012 Red Hat, Inc. + * Copyright (C) 2009 Novell, Inc. + */ #include "nm-wimax-nsp.h" #include "NetworkManager.h" |