~ubuntu-branches/ubuntu/lucid/docky/lucid-proposed

« back to all changes in this revision

Viewing changes to StandardPlugins/NPR/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-02-17 15:10:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100217151007-msxpd0lsj300ndde
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Simple component buildsystem
 
2
include $(top_srcdir)/build.rules.docklets.mk
 
3
 
 
4
ASSEMBLY = NPR
 
5
 
 
6
FILES = \
 
7
        src/NPRItemProvider.cs \
 
8
        src/NPR.cs \
 
9
        src/Station.cs \
 
10
        src/StationsUpdatedEventArgs.cs \
 
11
        src/StationUrl.cs \
 
12
        src/StationSearchWidget.cs \
 
13
        src/StationDockItem.cs \
 
14
        src/NPRConfigDialog.cs \
 
15
        gtk-gui/NPR.StationSearchWidget.cs \
 
16
        gtk-gui/generated.cs
 
17
 
 
18
RESOURCES = \
 
19
        Resources/NPR.addin.xml \
 
20
        Resources/nprlogo.gif
 
21
 
 
22
PROJECT_REFERENCES = \
 
23
        Docky.CairoHelper \
 
24
        Docky.Items \
 
25
        Docky.Services \
 
26
        Docky.Widgets
 
27
 
 
28
REFERENCES =  \
 
29
        System \
 
30
        System.Web \
 
31
        System.Xml.Linq \
 
32
        System.Core \
 
33
        Mono.Posix \
 
34
        $(GIO_SHARP_LIBS) \
 
35
        $(GTK_SHARP_20_LIBS)