~cszikszoy/do-plugins/fix-confluence

« back to all changes in this revision

Viewing changes to Rhythmbox/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=Rhythmbox
4
4
 
5
 
MCS_FLAGS += -recurse:src/*.cs
 
5
FILES = \
 
6
        src/MusicItems.cs \
 
7
        src/Rhythmbox.cs \
 
8
        src/EnqueueAction.cs \
 
9
        src/RhythmboxItems.cs \
 
10
        src/PlayAction.cs \
 
11
        src/MusicItemSource.cs
6
12
 
7
13
RESOURCES = \
8
 
        Resources/Rhythmbox.addin.xml
 
14
        Resources/Rhythmbox.addin.xml 
9
15
 
10
16
REFERENCES = \
11
17
        System \
12
18
        System.Core \
13
 
        System.Web \
14
19
        System.Xml \
15
20
        Mono.Posix \
16
21
        $(GTK_SHARP_20_LIBS) \