~do-plugins/do-plugins/translations

« back to all changes in this revision

Viewing changes to Firefox/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2011-02-05 07:51:44 UTC
  • mfrom: (676.1.1 do-plugins)
  • Revision ID: raof@ubuntu.com-20110205075144-ya3irltuqc9y9s6d
Pick the Firefox icon better.

Iterate through a list of possible versioned and unversioned icon names.
Hopefully we'll hit one that actually exists!

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
FILES = \
6
6
        src/BrowseBookmarkItem.cs \
7
7
        src/BrowseHistoryItem.cs \
 
8
        src/FirefoxHelpers.cs \
8
9
        src/FolderItem.cs \
9
10
        src/PlaceItem.cs \
10
11
        src/PlacesItemSource.cs
17
18
        System.Core \
18
19
        System.Data \
19
20
        Mono.Data.Sqlite \
 
21
        $(GTK_SHARP_20_LIBS) \
20
22
        $(DO_PLATFORM_LIBS) \
21
23
        $(DO_UNIVERSE_LIBS)