~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-11-08 13:15:58 UTC
  • mfrom: (6.3.19 experimental)
  • Revision ID: package-import@ubuntu.com-20111108131558-01mm4onctf35qgqo
Tags: 2.3.1-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASSEMBLY = Banshee.OpticalDisc
 
2
TARGET = library
 
3
LINK = $(REF_EXTENSION_OPTICALDISC)
 
4
INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 
5
 
 
6
SOURCES =  \
 
7
        Banshee.OpticalDisc.AudioCd/AudioCdDiscModel.cs \
 
8
        Banshee.OpticalDisc.AudioCd/AudioCdDuplicator.cs \
 
9
        Banshee.OpticalDisc.AudioCd/AudioCdRipper.cs \
 
10
        Banshee.OpticalDisc.AudioCd/AudioCdService.cs \
 
11
        Banshee.OpticalDisc.AudioCd/AudioCdSource.cs \
 
12
        Banshee.OpticalDisc.AudioCd/AudioCdTrackInfo.cs \
 
13
        Banshee.OpticalDisc.Dvd/DvdModel.cs \
 
14
        Banshee.OpticalDisc.Dvd/DvdService.cs \
 
15
        Banshee.OpticalDisc.Dvd/DvdSource.cs \
 
16
        Banshee.OpticalDisc.Dvd/DvdTrackInfo.cs \
 
17
        Banshee.OpticalDisc/DiscModel.cs \
 
18
        Banshee.OpticalDisc/DiscService.cs \
 
19
        Banshee.OpticalDisc/DiscSource.cs \
 
20
        Banshee.OpticalDisc/DiscTrackInfo.cs
 
21
 
 
22
RESOURCES =  \
 
23
        Banshee.OpticalDisc.addin.xml \
 
24
        Resources/ActiveSourceUI.xml \
 
25
        Resources/GlobalUI.xml \
 
26
        Resources/GlobalUI_Dvd.xml
 
27
 
 
28
include $(top_srcdir)/build/build.mk
 
29