about summary refs log tree commit diff
path: root/src/backends/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-08-07 14:23:24 +0200
committerMichael Biebl <biebl@debian.org>2012-08-07 14:23:24 +0200
commit7f1d08cf21e97f5e60d4636bb1e6c287c34ee2df (patch)
tree25da3ad8d884f15bde3c263281680a5fc3ea80e0 /src/backends/Makefile.am
parent867254ea7c2b193fecf8cd36cc6e5dc53c290d92 (diff)
Imported Upstream version 0.9.5.96 upstream/0.9.5.96
Diffstat (limited to 'src/backends/Makefile.am')
-rw-r--r--src/backends/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backends/Makefile.am b/src/backends/Makefile.am
index 11a154a0..647e5e5b 100644
--- a/src/backends/Makefile.am
+++ b/src/backends/Makefile.am
@@ -64,6 +64,10 @@ if TARGET_EXHERBO
 libnmbackend_la_SOURCES += NetworkManagerExherbo.c
 endif
 
+if TARGET_LFS
+libnmbackend_la_SOURCES += NetworkManagerLFS.c
+endif
+
 libnmbackend_la_LIBADD += \
 	$(top_builddir)/src/logging/libnm-logging.la \
 	$(LIBNL_LIBS) \