~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to RemindMe/Makefile.am

  • Committer: Chris S.
  • Date: 2009-05-05 19:29:20 UTC
  • mto: This revision was merged to the branch mainline in revision 602.
  • Revision ID: chris@szikszoy.com-20090505192920-iv31tg4it55z8uhk
Add RemindMe plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/build.rules.mk
 
2
 
 
3
ASSEMBLY=RemindMe
 
4
 
 
5
FILES = \
 
6
        src/Reminder.cs \
 
7
        src/RemindMe.cs \
 
8
        src/SnoozeableReminder.cs \
 
9
        src/StringExtensions.cs
 
10
 
 
11
RESOURCES = \
 
12
        Resources/RemindMe.addin.xml
 
13
 
 
14
REFERENCES = \
 
15
        Mono.Posix \
 
16
        System \
 
17
        System.Core \
 
18
        $(GTK_SHARP_20_LIBS) \
 
19
        $(DO_PLATFORM_LIBS) \
 
20
        $(DO_PLATFORM_LINUX_LIBS) \
 
21
        $(DO_UNIVERSE_LIBS)