[network-manager-libreswan] properties: link with utils.c
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-libreswan] properties: link with utils.c
- Date: Tue, 21 Jun 2016 14:48:38 +0000 (UTC)
commit 380d117df8eb4d4f58ee0489463877d8091588dd
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Tue Jun 21 16:42:30 2016 +0200
properties: link with utils.c
The plugin needs nm_libreswan_config_write().
properties/Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index e83ad3c..e2c4fa9 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -36,6 +36,8 @@ libnm_vpn_plugin_libreswan_la_CFLAGS = \
$(LIBNM_CFLAGS)
libnm_vpn_plugin_libreswan_la_SOURCES = \
+ $(top_srcdir)/shared/utils.c \
+ $(top_srcdir)/shared/utils.h \
$(top_srcdir)/shared/nm-utils/nm-vpn-plugin-utils.c \
$(top_srcdir)/shared/nm-utils/nm-vpn-plugin-utils.h \
$(plugin_sources)
@@ -79,6 +81,8 @@ libnm_libreswan_properties_la_CFLAGS = \
$(LIBNM_GTK_CFLAGS)
libnm_libreswan_properties_la_SOURCES = \
+ $(top_srcdir)/shared/utils.c \
+ $(top_srcdir)/shared/utils.h \
$(plugin_sources) \
$(editor_sources)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]