~ubuntu-branches/ubuntu/wily/monodevelop/wily

« back to all changes in this revision

Viewing changes to src/addins/NUnit/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (19.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120527180820-fydl21qnbnfr8w2t
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.NUnit.dll
239
239
DEPS = \
240
240
        $(top_builddir)/build/AddIns/NUnit/NUnitRunner.dll \
 
241
        $(top_builddir)/build/bin/ICSharpCode.NRefactory.dll \
241
242
        $(top_builddir)/build/bin/Mono.TextEditor.dll \
242
243
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
243
244
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
302
303
RES = \
303
304
        gtk-gui/gui.stetic \
304
305
        Gui/NUnit.Failed.png \
 
306
        Gui/NUnit.Inconclusive.png \
305
307
        Gui/NUnit.Loading.png \
306
308
        Gui/NUnit.None.png \
307
309
        Gui/NUnit.NotRun.png \