[seed] [ffi] Include ffi flags when building ffi module for nonstandard installs
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seed] [ffi] Include ffi flags when building ffi module for nonstandard installs
- Date: Mon, 10 Aug 2009 06:40:22 +0000 (UTC)
commit 905aa7dfaee6f2ba561e86fff4a9fe0180940923
Author: Tim Horton <hortont424 gmail com>
Date: Mon Aug 10 06:33:50 2009 -0800
[ffi] Include ffi flags when building ffi module for nonstandard installs
modules/ffi/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/modules/ffi/Makefile.am b/modules/ffi/Makefile.am
index dbc9554..589a262 100644
--- a/modules/ffi/Makefile.am
+++ b/modules/ffi/Makefile.am
@@ -13,11 +13,13 @@ libseed_ffi_la_CFLAGS = \
-Wall \
$(GOBJECT_INTROSPECTION_CFLAGS) \
$(SEED_DEBUG_CFLAGS) \
- $(SEED_PROFILE_CFLAGS)
+ $(SEED_PROFILE_CFLAGS) \
+ $(FFI_CFLAGS)
libseed_ffi_la_LDFLAGS = \
$(GOBJECT_INTROSPECTION_LDFLAGS) \
- $(SEED_PROFILE_LIBS)
+ $(SEED_PROFILE_LIBS) \
+ $(FFI_LDFLAGS)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]