From ca1faf2113ec3d8c5475cc922ea0bfd7621fa9d9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 12 Oct 2008 22:58:16 +0000 Subject: [PATCH] Fix up distcheck git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4176 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- vpn-daemons/pptp/common-gnome/keyring-helpers.c | 2 +- vpn-daemons/pptp/properties/nm-pptp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vpn-daemons/pptp/common-gnome/keyring-helpers.c b/vpn-daemons/pptp/common-gnome/keyring-helpers.c index cfb10ef327..364aca84f4 100644 --- a/vpn-daemons/pptp/common-gnome/keyring-helpers.c +++ b/vpn-daemons/pptp/common-gnome/keyring-helpers.c @@ -26,7 +26,7 @@ #include #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" diff --git a/vpn-daemons/pptp/properties/nm-pptp.c b/vpn-daemons/pptp/properties/nm-pptp.c index 63cb81ee5c..6c2c4d610d 100644 --- a/vpn-daemons/pptp/properties/nm-pptp.c +++ b/vpn-daemons/pptp/properties/nm-pptp.c @@ -41,8 +41,8 @@ #include #include -#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"