[cogl/wip/cogl-sharp: 34/51] cogl-sharp: Make the tests depend on the library



commit 4ed1cf079540ed1748fb790cf3a8d9ef86f83b70
Author: Damien Lespiau <damien lespiau intel com>
Date:   Thu Nov 1 16:09:47 2012 +0000

    cogl-sharp: Make the tests depend on the library

 cogl-sharp/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-sharp/Makefile.am b/cogl-sharp/Makefile.am
index a026072..6ffb947 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"



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