Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created January 14, 2011 18:18
Show Gist options
  • Save ajorg/779987 to your computer and use it in GitHub Desktop.
Save ajorg/779987 to your computer and use it in GitHub Desktop.
--- src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile.am 2011-01-14 07:28:18.000000000 -0700
+++ src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile.am 2011-01-14 11:09:42.870178279 -0700
@@ -8,7 +8,9 @@
SIGNING_KEY=$(top_srcdir)/src/core/Mono.Debugging/mono.debugging.snk
-DEPS = $(top_builddir)/build/bin/Mono.Debugging.dll
+DEPS = \
+ $(top_builddir)/build/bin/Mono.Debugging.dll \
+ $(top_builddir)/build/bin/Mono.Cecil.dll
REFS = \
-r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment