[glib-networking] build: Fix srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] build: Fix srcdir != builddir
- Date: Fri, 10 Aug 2012 22:41:44 +0000 (UTC)
commit 33f22efbc1faa4ebabdc2eaabb641e5eb2362e51
Author: Colin Walters <walters verbum org>
Date: Fri Aug 10 18:40:41 2012 -0400
build: Fix srcdir != builddir
tls/tests/Makefile.am | 1 +
tls/tests/file-database.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tls/tests/Makefile.am b/tls/tests/Makefile.am
index 3f1d79a..94fd6f2 100644
--- a/tls/tests/Makefile.am
+++ b/tls/tests/Makefile.am
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.decl
INCLUDES += \
-I$(top_srcdir)/tls \
+ -I$(top_builddir)/tls \
-DSRCDIR=\""$(abs_srcdir)"\" \
-DTOP_BUILDDIR=\""$(top_builddir)"\"
diff --git a/tls/tests/file-database.c b/tls/tests/file-database.c
index 8c4b812..8a6872a 100644
--- a/tls/tests/file-database.c
+++ b/tls/tests/file-database.c
@@ -23,7 +23,7 @@
#include <gio/gio.h>
-#include "tls/gnutls/gtlscertificate-gnutls.h"
+#include "gnutls/gtlscertificate-gnutls.h"
#include <sys/types.h>
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]