summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-08-24 17:47:51 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-10-13 19:46:05 +0200
commita8d78602c537eb632d6f92b1f92b77123f8736ee (patch)
tree001b3c17fa81fd439aadcd2eea93ef66fb032f7f /properties
parent01837f1c04d49dc856299e5f9961c0b5745b2b9b (diff)
build: allow build without libnm-glib
Diffstat (limited to 'properties')
-rw-r--r--properties/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 8223089..6edc5bc 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -1,5 +1,8 @@
plugindir = $(libdir)/NetworkManager
-plugin_LTLIBRARIES = libnm-vpn-plugin-iodine.la libnm-iodine-properties.la
+plugin_LTLIBRARIES = libnm-vpn-plugin-iodine.la
+if WITH_LIBNM_GLIB
+plugin_LTLIBRARIES += libnm-iodine-properties.la
+endif
libnm_vpn_plugin_iodine_la_SOURCES = \
nm-iodine.c \