~cszikszoy/docky/mmv3

« back to all changes in this revision

Viewing changes to StandardPlugins/Clock/Makefile.am

  • Committer: Chris S.
  • Date: 2009-10-22 03:23:13 UTC
  • mfrom: (284.1.7 testaddins)
  • Revision ID: chris@szikszoy.com-20091022032313-2s9kikljologdsyt
enable lazy loading of addins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = Themes
 
2
 
 
3
# Simple component buildsystem
 
4
include $(top_srcdir)/build.rules.docklets.mk
 
5
 
 
6
ASSEMBLY = Clock
 
7
 
 
8
FILES = \
 
9
        src/ClockItemProvider.cs \
 
10
        src/ClockDockItem.cs \
 
11
        src/ClockThemeSelector.cs
 
12
 
 
13
RESOURCES = \
 
14
        Resources/Clock.addin.xml
 
15
 
 
16
REFERENCES =  \
 
17
        System \
 
18
        System.Core \
 
19
        Mono.Cairo \
 
20
        Mono.Posix \
 
21
        $(DOCKY_CAIRO_LIBS) \
 
22
        $(DOCKY_ITEMS_LIBS) \
 
23
        $(DOCKY_SERVICES_LIBS) \
 
24
        $(LIBRSVG_SHARP_LIBS) \
 
25
        $(GTK_SHARP_20_LIBS)