[network-manager-openvpn] build: fix out-of-tree builds



commit 8858eae1785fdae8652d841c378d390510959bf5
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Jul 17 17:02:01 2015 +0200

    build: fix out-of-tree builds
    
    Makes distcheck happy

 auth-dialog/main.c        |    4 ++--
 properties/auth-helpers.c |    4 ++--
 src/nm-openvpn-service.c  |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index c97c61b..3f870ad 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -39,8 +39,8 @@
 #include <nm-vpn-plugin-utils.h>
 #include <nm-vpn-password-dialog.h>
 
-#include "common/utils.h"
-#include "src/nm-openvpn-service.h"
+#include "../common/utils.h"
+#include "../src/nm-openvpn-service.h"
 
 #define KEYRING_UUID_TAG "connection-uuid"
 #define KEYRING_SN_TAG "setting-name"
diff --git a/properties/auth-helpers.c b/properties/auth-helpers.c
index 514275f..942771e 100644
--- a/properties/auth-helpers.c
+++ b/properties/auth-helpers.c
@@ -41,8 +41,8 @@
 
 #include "auth-helpers.h"
 #include "nm-openvpn.h"
-#include "src/nm-openvpn-service.h"
-#include "common/utils.h"
+#include "../src/nm-openvpn-service.h"
+#include "../common/utils.h"
 
 #define BLOCK_HANDLER_ID "block-handler-id"
 
diff --git a/src/nm-openvpn-service.c b/src/nm-openvpn-service.c
index 918490f..5c3229f 100644
--- a/src/nm-openvpn-service.c
+++ b/src/nm-openvpn-service.c
@@ -54,8 +54,8 @@
 
 #include "nm-openvpn-service.h"
 #include "nm-utils.h"
-#include "common/utils.h"
-#include "common/nm-glib-compat.h"
+#include "../common/utils.h"
+#include "../common/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]