seed r763 - trunk/libseed



Author: hortont
Date: Sun Jan 18 20:55:42 2009
New Revision: 763
URL: http://svn.gnome.org/viewvc/seed?rev=763&view=rev

Log:
Working on making build work both on Fedora and Arch at the same time. Apparently, Arch and Gentoo don't have pc.s for libffi. Cool.


Modified:
   trunk/libseed/Makefile.am

Modified: trunk/libseed/Makefile.am
==============================================================================
--- trunk/libseed/Makefile.am	(original)
+++ trunk/libseed/Makefile.am	Sun Jan 18 20:55:42 2009
@@ -32,5 +32,6 @@
 
 EXTRA_DIST = $(seedheaders_HEADERS)
 
-LIBSEED_CFLAGS += -Wall -Werror $(SEED_DEBUG_CFLAGS) $(SEED_PROFILE_CFLAGS)
-AM_LDFLAGS = $(SEED_PROFILE_LDFLAGS) $(SEED_OSX_LDFLAGS)
+LIBSEED_CFLAGS += -Wall -Werror $(SEED_DEBUG_CFLAGS) $(SEED_PROFILE_CFLAGS) \
+								$(FFI_CFLAGS)
+AM_LDFLAGS = $(SEED_PROFILE_LDFLAGS) $(SEED_OSX_LDFLAGS) $(FFI_LIBS)



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