[network-manager-vpnc] build: fix out-of-tree builds
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-vpnc] build: fix out-of-tree builds
- Date: Fri, 17 Jul 2015 15:19:19 +0000 (UTC)
commit 05fb5aebc69ff7d96abaaca7348b758662b1d7ad
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Fri Jul 17 17:17:26 2015 +0200
build: fix out-of-tree builds
Makes distcheck happy
auth-dialog/main.c | 2 +-
properties/tests/test-import-export.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 7a18838..cbd6338 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -38,7 +38,7 @@
#include <nm-vpn-plugin-utils.h>
#include <nm-vpn-password-dialog.h>
-#include "src/nm-vpnc-service.h"
+#include "../src/nm-vpnc-service.h"
#define KEYRING_UUID_TAG "connection-uuid"
#define KEYRING_SN_TAG "setting-name"
diff --git a/properties/tests/test-import-export.c b/properties/tests/test-import-export.c
index b4f869e..82fcb73 100644
--- a/properties/tests/test-import-export.c
+++ b/properties/tests/test-import-export.c
@@ -33,10 +33,10 @@
#include <nm-vpn-plugin-ui-interface.h>
-#include "nm-test-helpers.h"
-#include "properties/nm-vpnc.h"
-#include "src/nm-vpnc-service.h"
-#include "properties/nm-vpnc-helper.h"
+#include "../../nm-test-helpers.h"
+#include "../../properties/nm-vpnc.h"
+#include "../../src/nm-vpnc-service.h"
+#include "../../properties/nm-vpnc-helper.h"
typedef struct {
const char *name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]