[gcr] egg: Build with libcrypt at custom prefix
- From: Mathias Hasselmann <hasselmm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] egg: Build with libcrypt at custom prefix
- Date: Thu, 22 Nov 2012 11:48:15 +0000 (UTC)
commit 98d7fe84cf022a24ce7df5a13221d3c0ef9b57e1
Author: Mathias Hasselmann <mathias openismus com>
Date: Thu Nov 22 12:45:02 2012 +0100
egg: Build with libcrypt at custom prefix
* We now utilize LIBGCRYPT_CFLAGS in the Makefiles
https://bugzilla.gnome.org/show_bug.cgi?id=688850
egg/Makefile.am | 3 ++-
egg/tests/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/egg/Makefile.am b/egg/Makefile.am
index bfc6c33..1dca3a3 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -23,7 +23,8 @@ INCLUDES = \
-DWITH_VALGRIND
libegg_la_CFLAGS = \
- $(GLIB_CFLAGS)
+ $(GLIB_CFLAGS) \
+ $(LIBGCRYPT_CFLAGS)
libegg_la_SOURCES = \
egg-armor.c egg-armor.h \
diff --git a/egg/tests/Makefile.am b/egg/tests/Makefile.am
index 0f47a06..2e8335b 100644
--- a/egg/tests/Makefile.am
+++ b/egg/tests/Makefile.am
@@ -12,7 +12,8 @@ INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-DSRCDIR="\"@abs_srcdir \"" \
- $(GLIB_CFLAGS)
+ $(GLIB_CFLAGS) \
+ $(LIBGCRYPT_CFLAGS)
LDADD = \
$(top_builddir)/egg/libegg.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]