~cszikszoy/do-plugins/fix-confluence

« back to all changes in this revision

Viewing changes to Riptide/Makefile.am

  • Committer: Alex Launi
  • Date: 2009-01-09 09:05:05 UTC
  • mfrom: (413.1.45 build-fixins)
  • Revision ID: alex.launi@gmail.com-20090109090505-47e4prpey8eb0903
Merge massive plugins tree cleanup, and autofoo build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
ASSEMBLY=Riptide
4
4
 
5
 
MCS_FLAGS += -recurse:src/*.cs -recurse:gtk-gui/*.cs
 
5
FILES = \
 
6
        src/TorrentDownloadClientAction.cs \
 
7
        src/TorrentResultItem.cs \
 
8
        src/TorrentSearchAction.cs
 
9
 
 
10
RESOURCES = \
 
11
        Resources/Riptide.addin.xml 
6
12
 
7
13
REFERENCES = \
8
14
        System \
10
16
        System.Web \
11
17
        System.Xml \
12
18
        Mono.Posix \
13
 
        Mono.Cairo \
14
 
        $(GCONF_SHARP_20_LIBS) \
15
19
        $(GLIB_SHARP_20_LIBS) \
16
 
        $(GTK_SHARP_20_LIBS) \
17
20
        $(DO_PLATFORM_LIBS) \
18
21
        $(DO_UNIVERSE_LIBS)
19
 
 
20
 
RESOURCES = \
21
 
        Riptide.addin.xml \
22
 
        gtk-gui/gui.stetic \
23
 
        gtk-gui/objects.xml 
24