summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-11-01 16:09:47 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-01-04 20:29:36 +0000
commit4ed1cf079540ed1748fb790cf3a8d9ef86f83b70 (patch)
tree2111f683fc43a3d89eddd33b49a5d01027bf3073
parent0ac8b8bda0b988b7e42ffeabb0fe5d6fb92a683d (diff)
downloadcogl-4ed1cf079540ed1748fb790cf3a8d9ef86f83b70.tar.gz
cogl-sharp: Make the tests depend on the library
-rw-r--r--cogl-sharp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl-sharp/Makefile.am b/cogl-sharp/Makefile.am
index a0260722..6ffb9470 100644
--- a/cogl-sharp/Makefile.am
+++ b/cogl-sharp/Makefile.am
@@ -72,7 +72,7 @@ tests_sources = \
tests/TestTexture.cs \
$(NULL)
-CoglTests.dll: $(tests_sources)
+CoglTests.dll: $(tests_sources) cogl2-sharp.dll
$(V_MCS)$(MCS) $(CSFLAGS) @$(srcdir)/CoglTests.rsp -lib:$(top_builddir)/cogl-sharp -r:cogl2-sharp.dll $(MONO_NUNIT_LIBS) $(tests_sources)
REWRITE = sed -e "s|\@testsdir\@|$(srcdir)/tests|g"