[network-manager-openvpn/th/include-nm-default-bgo761198: 6/8] all: drop "common/nm-glib-compat.h" instead of "shared/nm-glib.h"



commit 9a0b024d0b143da8b9ce34fbfe543444b1a28d8b
Author: Thomas Haller <thaller redhat com>
Date:   Wed Jan 27 17:28:35 2016 +0100

    all: drop "common/nm-glib-compat.h" instead of "shared/nm-glib.h"

 common/Makefile.am       |    5 +---
 common/nm-glib-compat.h  |   49 ----------------------------------------------
 src/nm-openvpn-service.c |    1 -
 3 files changed, 1 insertions(+), 54 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 8e37477..1f87bb4 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -14,8 +14,7 @@ libnm_openvpn_common_la_CPPFLAGS = \
 
 libnm_vpn_plugin_openvpn_common_la_SOURCES= \
        utils.c \
-       utils.h \
-       nm-glib-compat.h
+       utils.h
 
 libnm_openvpn_common_la_SOURCES = \
        $(libnm_vpn_plugin_openvpn_common_la_SOURCES)
@@ -25,5 +24,3 @@ libnm_vpn_plugin_openvpn_common_la_LIBADD = \
 
 libnm_openvpn_common_la_LIBADD = \
        $(LIBNM_GLIB_LIBS)
-
-EXTRA_DIST = nm-glib-compat.h
diff --git a/src/nm-openvpn-service.c b/src/nm-openvpn-service.c
index fb09933..c22eff8 100644
--- a/src/nm-openvpn-service.c
+++ b/src/nm-openvpn-service.c
@@ -50,7 +50,6 @@
 #include "nm-openvpn-service.h"
 #include "nm-utils.h"
 #include "utils.h"
-#include "nm-glib-compat.h"
 
 #if !defined(DIST_VERSION)
 # define DIST_VERSION VERSION


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]