[PATCH] Wimax: Include $(LIBNL_CFLAGS) in CFLAGS because nm-device-wimax.c needs nm-system.c
- From: Thomas Graf <tgraf redhat com>
- To: networkmanager-list gnome org
- Cc: Thomas Graf <tgraf redhat com>
- Subject: [PATCH] Wimax: Include $(LIBNL_CFLAGS) in CFLAGS because nm-device-wimax.c needs nm-system.c
- Date: Thu, 10 Nov 2011 16:29:29 +0100
Signed-off-by: Thomas Graf <tgraf redhat com>
---
src/wimax/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/wimax/Makefile.am b/src/wimax/Makefile.am
index 91f1dc4..83c8c27 100644
--- a/src/wimax/Makefile.am
+++ b/src/wimax/Makefile.am
@@ -20,7 +20,8 @@ libwimax_la_SOURCES = \
libwimax_la_CPPFLAGS = \
$(DBUS_CFLAGS) \
- $(IWMX_SDK_CFLAGS)
+ $(IWMX_SDK_CFLAGS) \
+ $(LIBNL_CFLAGS)
libwimax_la_LIBADD = \
$(DBUS_LIBS) \
--
1.7.7
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]