~jmillikin/banshee/bug-389537_export-xspf-playlists

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.Bpm/Makefile.am

  • Committer: gburt
  • Date: 2009-01-27 21:28:18 UTC
  • Revision ID: svn-v4:62b1da36-d725-0410-9188-c7f0e034c824:trunk/banshee:4980
2009-01-27  Gabriel Burt  <gabriel.burt@gmail.com>

        * Banshee.sln:
        * src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj:
        * src/Extensions/Banshee.Bpm/Makefile.am: Add Banshee.Bpm properly
        to MonoDevelop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        Banshee.Bpm/BpmTapAdapter.cs \
11
11
        Banshee.Bpm/BpmTrackEditorModifier.cs
12
12
 
13
 
RESOURCES =  \
14
 
        Banshee.Bpm.addin.xml
 
13
RESOURCES = Banshee.Bpm.addin.xml
15
14
 
16
15
include $(top_srcdir)/build/build.mk
17
16