[network-manager-openvpn/th/include-nm-default-bgo761198] fixup! all: pass include dirs as CFLAGS instead of including with relative paths1
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn/th/include-nm-default-bgo761198] fixup! all: pass include dirs as CFLAGS instead of including with relative paths1
- Date: Wed, 27 Jan 2016 18:08:17 +0000 (UTC)
commit 03996ea3d0facd6762aa7077f5fbb27fd38b11dc
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Wed Jan 27 18:56:41 2016 +0100
fixup! all: pass include dirs as CFLAGS instead of including with relative paths1
shared/Makefile.am | 3 ++-
src/Makefile.am | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/shared/Makefile.am b/shared/Makefile.am
index 1592b31..fa4edd5 100644
--- a/shared/Makefile.am
+++ b/shared/Makefile.am
@@ -14,7 +14,8 @@ libnm_openvpn_shared_la_CPPFLAGS = \
libnm_vpn_plugin_openvpn_shared_la_SOURCES= \
utils.c \
- utils.h
+ utils.h \
+ nm-openvpn-service-defines.h
libnm_openvpn_shared_la_SOURCES = \
$(libnm_vpn_plugin_openvpn_shared_la_SOURCES)
diff --git a/src/Makefile.am b/src/Makefile.am
index 67aac67..899ca6a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,8 +16,7 @@ libexec_PROGRAMS = nm-openvpn-service nm-openvpn-service-openvpn-helper
nm_openvpn_service_SOURCES = \
nm-openvpn-service.c \
- nm-openvpn-service.h \
- nm-openvpn-service-defines.h
+ nm-openvpn-service.h
nm_openvpn_service_LDADD = \
$(LIBNM_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]