Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 44cdf08a2a7c5f6c8bfeb34ab7e5eafd > files > 1

gjs-0.7.14-2.src.rpm

--- Makefile-test.am.link	2011-03-22 11:03:07.000000000 +0100
+++ Makefile-test.am	2011-03-22 11:04:30.000000000 +0100
@@ -70,10 +70,12 @@
 
 nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
 libregress_la_CFLAGS = $(GJS_CFLAGS) $(GJS_CAIRO_CFLAGS)
-libregress_la_LDFLAGS = -avoid-version $(GJS_LIBS) $(GJS_CAIRO_LIBS)
+libregress_la_LDFLAGS = -avoid-version
+libregress_la_LIBADD = $(GJS_LIBS) $(GJS_CAIRO_LIBS) -lgio-2.0
 nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
 libgimarshallingtests_la_CFLAGS = $(GJS_CFLAGS)
-libgimarshallingtests_la_LDFLAGS = -avoid-version $(GJS_LIBS)
+libgimarshallingtests_la_LDFLAGS = -avoid-version
+libgimarshallingtests_la_LIBADD = $(GJS_LIBS)
 
 # g-i doesn't ship these as shared libraries anymore; we build them here
 Regress-1.0.gir: libregress.la Makefile