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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ASSEMBLY = Banshee.Bpm
TARGET = library
LINK = $(REF_EXTENSION_BPM)
INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)

SOURCES =  \
	Banshee.Bpm/BpmDetectJob.cs \
	Banshee.Bpm/BpmEntry.cs \
	Banshee.Bpm/BpmService.cs \
	Banshee.Bpm/BpmTapAdapter.cs \
	Banshee.Bpm/BpmTrackEditorModifier.cs

RESOURCES = Banshee.Bpm.addin.xml

include $(top_srcdir)/build/build.mk