~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Riptide/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2008-07-26 11:26:21 UTC
  • Revision ID: raof@cowboylaputopu.cooperteam.net-20080726112621-1k82bc597rcnu5gx
Move all our annoying embedded binary libraries to BundledLibraries folder
Update autofoo for said change, and install bundled libraries with make install
Fix DiskMounter to embed the addin.xml into the plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        gtk-gui/objects.xml \
61
61
        Riptide.addin.xml
62
62
 
 
63
BUNDLED_LIBS = \
 
64
        $(bundledir)/MonoTorrent.dll
 
65
 
63
66
REFERENCES =  \
64
67
        System \
65
68
        System.Xml \
69
72
        $(DOADDINS_LIBS) \
70
73
        $(GTK_SHARP_20_LIBS) \
71
74
        $(GCONF_SHARP_20_LIBS) \
72
 
        $(srcdir)/MonoTorrent.dll
 
75
        $(BUNDLED_LIBS)
73
76
 
74
77
DLL_REFERENCES = 
75
78