[NetworkManager-libreswan/nm-1-0: 13/51] auth-dialog: fix an out-of-tree build



commit 3856c3d99f17222c04cd48a2825ad58f31fc8a15
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue May 5 14:04:50 2015 +0200

    auth-dialog: fix an out-of-tree build
    
    (cherry picked from commit 95684f81c551b5c1cc71181afc4a27a80261de66)

 auth-dialog/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index dd6aefc..189d5ba 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-openswan-service.h"
+#include <../src/nm-openswan-service.h>
 
 #define KEYRING_UUID_TAG "connection-uuid"
 #define KEYRING_SN_TAG "setting-name"


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