~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to GMailContacts/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:
50
50
        resources/gmail-logo.png \
51
51
        resources/phone.png
52
52
 
 
53
BUNDLED_LIBS = \
 
54
        $(bundledir)/Google.GData.Extensions.dll \
 
55
        $(bundledir)/Google.GData.Client.dll \
 
56
        $(bundledir)/Google.GData.Contacts.dll
53
57
 
54
58
REFERENCES =  \
55
59
        System \
57
61
        Mono.Posix \
58
62
        $(DOADDINS_LIBS) \
59
63
        $(GTK_SHARP_20_LIBS) \
60
 
        $(srcdir)/Google.GData.Extensions.dll \
61
 
        $(srcdir)/Google.GData.Client.dll \
62
 
        $(srcdir)/Google.GData.Contacts.dll
 
64
        $(BUNDLED_LIBS)
63
65
 
64
66
DLL_REFERENCES = 
65
67