about summary refs log tree commit diff
path: root/src/backends/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-05-27 19:57:41 +0200
committerMichael Biebl <biebl@debian.org>2011-05-27 19:57:41 +0200
commit8529df552804e5cd05ac785f658cd16ab56f7247 (patch)
tree30af064ab23262d7eed0c6f44e41c37a94d7911a /src/backends/Makefile.am
parentf537c885beb1336d5d497d6261f2d2d8223a57e7 (diff)
parentd465e5fac63f36bcf4069e36827f4b62c494556d (diff)
Merge commit 'upstream/0.8.9997' into experimental
Diffstat (limited to 'src/backends/Makefile.am')
-rw-r--r--src/backends/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/Makefile.am b/src/backends/Makefile.am
index fbec9aaf..c0780d0b 100644
--- a/src/backends/Makefile.am
+++ b/src/backends/Makefile.am
@@ -63,10 +63,12 @@ endif
 
 libnmbackend_la_LIBADD += \
 	$(top_builddir)/src/logging/libnm-logging.la \
+	$(LIBNL_LIBS) \
 	$(DBUS_LIBS) \
 	$(GLIB_LIBS)
 
 libnmbackend_la_CPPFLAGS = \
+	$(LIBNL_CFLAGS) \
 	$(DBUS_CFLAGS) \
 	$(GLIB_CFLAGS) \
 	-DG_DISABLE_DEPRECATED \