~ubuntu-branches/ubuntu/gutsy/monodevelop/gutsy

« back to all changes in this revision

Viewing changes to Extras/ChangeLogAddIn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-16 13:29:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070716132954-pzjpp1tbvotxw30v
Tags: 0.14+dfsg-1ubuntu1
* Sync with Debian, remaining changes:
  + debian/control:
    - Build depend on firefox-dev, depend on firefox.
    - Adjust Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        -r:$(top_builddir)/build/AddIns/MonoDevelop.Projects.dll \
10
10
        -r:$(top_builddir)/build/AddIns/VersionControl/VersionControlAddIn.dll \
11
11
        -r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 
12
        -r:$(top_srcdir)/contrib/Mono.Addins.dll \
12
13
        -r:Mono.Posix
13
14
 
14
15
FILES =  \
15
16
        AddLogEntryDialog.cs \
16
17
        AssemblyInfo.cs \
17
18
        ChangeLogAddIn.cs \
 
19
        ChangeLogAddInOptionPanelWidget.cs \
18
20
        ChangeLogAddInOptionsPanel.cs \
19
21
        CommitDialogExtensionWidget.cs \
20
22
        gtk-gui/generated.cs \
21
 
        gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs
 
23
        gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs \
 
24
        gtk-gui/MonoDevelop.ChangeLogAddIn.ChangeLogAddInOptionPanelWidget.cs
22
25
 
23
26
ADDIN = ChangeLogAddIn.addin.xml
24
27