NetworkManager r4176 - in trunk/vpn-daemons/pptp: common-gnome properties



Author: dcbw
Date: Sun Oct 12 22:58:16 2008
New Revision: 4176
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4176&view=rev

Log:
Fix up distcheck

Modified:
   trunk/vpn-daemons/pptp/common-gnome/keyring-helpers.c
   trunk/vpn-daemons/pptp/properties/nm-pptp.c

Modified: trunk/vpn-daemons/pptp/common-gnome/keyring-helpers.c
==============================================================================
--- trunk/vpn-daemons/pptp/common-gnome/keyring-helpers.c	(original)
+++ trunk/vpn-daemons/pptp/common-gnome/keyring-helpers.c	Sun Oct 12 22:58:16 2008
@@ -26,7 +26,7 @@
 #include <nm-setting-vpn.h>
 
 #include "keyring-helpers.h"
-#include "src/nm-pptp-service.h"
+#include "../src/nm-pptp-service.h"
 
 #define KEYRING_UUID_TAG "connection-uuid"
 #define KEYRING_SN_TAG "setting-name"

Modified: trunk/vpn-daemons/pptp/properties/nm-pptp.c
==============================================================================
--- trunk/vpn-daemons/pptp/properties/nm-pptp.c	(original)
+++ trunk/vpn-daemons/pptp/properties/nm-pptp.c	Sun Oct 12 22:58:16 2008
@@ -41,8 +41,8 @@
 #include <nm-setting-connection.h>
 #include <nm-setting-ip4-config.h>
 
-#include "src/nm-pptp-service.h"
-#include "common-gnome/keyring-helpers.h"
+#include "../src/nm-pptp-service.h"
+#include "../common-gnome/keyring-helpers.h"
 #include "nm-pptp.h"
 #include "import-export.h"
 #include "advanced-dialog.h"



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