Skip to content

Commit

Permalink
link against cairo-gobject
Browse files Browse the repository at this point in the history
  • Loading branch information
boondocksaints-debug committed May 28, 2012
1 parent b55cce9 commit 6c5a2fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Expand Up @@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libregress.la libgimarshallingtests.la

nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS)
libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS) -lcairo-gobject
nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
libgimarshallingtests_la_CFLAGS = $(GLIB_CFLAGS)
libgimarshallingtests_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
Expand All @@ -23,6 +23,7 @@ Regress-1.0.gir: libregress.la Makefile
--library=libregress.la \
--libtool="$(top_builddir)/libtool" \
--output $@ \
-lcairo-gobject \
$(nodist_libregress_la_SOURCES)
Regress-1.0.typelib: Regress-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
Expand Down

0 comments on commit 6c5a2fd

Please sign in to comment.