~ubuntu-branches/ubuntu/maverick/monodevelop/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        MonoSolutionItemHandler.cs
196
196
 
197
197
DEPS = \
198
 
        $(top_builddir)/build/bin/MonoDevelop.Components.dll \
199
198
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
200
 
        $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
201
 
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
202
 
        $(top_builddir)/build/bin/MonoDevelop.Projects.dll \
203
 
        $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
 
199
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
204
200
 
205
201
REFS = \
206
202
        $(GTK_SHARP_LIBS) \