From 92632d79d49dd50e5a162b2cb78ca53a75d570e2 Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Wed, 7 Oct 2020 11:08:26 +0900 Subject: Add support for dlog 1. Add support for dlog 2. Add some log options to main.conf 3. Allow to simplify the amount of logs by option Change-Id: I8c1202ae267aca9bb2c18d44c2ccd3e6d5a74a73 Signed-off-by: Jaehyun Kim --- Makefile.plugins | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.plugins') diff --git a/Makefile.plugins b/Makefile.plugins index 1eb0c3f2..56fc4b32 100755 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -1,6 +1,6 @@ plugin_cflags = -fvisibility=hidden -I$(srcdir)/gdbus \ - @DBUS_CFLAGS@ @GLIB_CFLAGS@ + @DLOG_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ plugin_ldflags = -no-undefined -module -avoid-version if LOOPBACK @@ -232,25 +232,25 @@ endif if OPENCONNECT script_PROGRAMS += scripts/openconnect-script -scripts_openconnect_script_LDADD = @DBUS_LIBS@ +scripts_openconnect_script_LDADD = @DBUS_LIBS@ @DLOG_LIBS@ else if VPNC script_PROGRAMS += scripts/openconnect-script -scripts_openconnect_script_LDADD = @DBUS_LIBS@ +scripts_openconnect_script_LDADD = @DBUS_LIBS@ @DLOG_LIBS@ endif endif if OPENVPN script_PROGRAMS += scripts/openvpn-script -scripts_openvpn_script_LDADD = @DBUS_LIBS@ +scripts_openvpn_script_LDADD = @DBUS_LIBS@ @DLOG_LIBS@ endif if IPSEC script_PROGRAMS += scripts/ipsec-script -scripts_ipsec_script_LDADD = @DBUS_LIBS@ +scripts_ipsec_script_LDADD = @DBUS_LIBS@ @DLOG_LIBS@ endif if NMCOMPAT -- cgit v1.2.3