Re-enable lyricwiki
[gmpc-plugins.git] / Makefile.am
blob8b344f7cbb0b0ed72dad1217292d8bf7215f8cce
1 AUTOMAKE_OPTIONS = foreign 1.6
3 if AWN_OPT
4 AWN_OPT_DIR= gmpc-awn
5 endif
7 if LAST_FM_OPT
8 LAST_FM_OPT_DIR= gmpc-last.fm
9 endif
11 if COVERAMAZON_OPT
12 COVERAMAZON_OPT_DIR= gmpc-coveramazon
13 endif
15 if LYRICWIKI_OPT
16 LYRICWIKI_OPT_DIR= gmpc-lyricwiki
17 endif
19 if MDCOVER_OPT 
20 MDCOVER_OPT_DIR= gmpc-mdcover
21 endif
23 if LYRICS_OPT
24 LYRICS_OPT_DIR= gmpc-lyrics
25 endif
27 if EXTRAPLAYLIST_OPT
28 EXTRAPLAYLIST_OPT_DIR= gmpc-extraplaylist
29 endif
31 if AVAHI_OPT
32 AVAHI_OPT_DIR= gmpc-avahi
33 endif
35 if LIBNOTIFY_OPT
36 LIBNOTIFY_OPT_DIR= gmpc-avahi
37 endif
39 if ALARM_OPT
40 ALARM_OPT_DIR= gmpc-alarm
41 endif
43 if JAMENDO_OPT
44 JAMENDO_OPT_DIR= gmpc-jamendo
45 endif
47 if LIRC_OPT
48 LIRC_OPT_DIR= gmpc-lirc
49 endif
51 if MAGNATUNE_OPT
52 MAGNATUNE_OPT_DIR= gmpc-magnatune
53 endif
55 if SHOUT_OPT
56 SHOUT_OPT_DIR= gmpc-shout
57 endif
59 if MSERVER_OPT
60 MSERVER_OPT_DIR= gmpc-mserver
61 endif
63 #if LASTFMRADIO_OPT
64 #LASTFMRADIO_OPT_DIR= gmpc-shout
65 #endif
67 if TAGEDIT_OPT
68 TAGEDIT_OPT_DIR= gmpc-tagedit
69 endif
72 if WIKIPEDIA_OPT
73 WIKIPEDIA_OPT_DIR= gmpc-wikipedia
74 endif
77 if PLAYLISTSORT_OPT
78 PLAYLISTSORT_OPT_DIR= gmpc-playlistsort
79 endif
81 #if DYNAMICPLAYLIST_OPT
82 #DYNAMICPLAYLIST_OPT_DIR= gmpc-dynamicplaylist
83 #endif
85 if ALBUMVIEW_OPT
86 ALBUMVIEW_OPT_DIR= gmpc-albumview
87 endif
89 if DISCOGS_OPT
90 DISCOGS_OPT_DIR= gmpc-discogs
91 endif
93 if FULLSCREENINFO_OPT
94 FULLSCREENINFO_OPT_DIR= gmpc-fullscreeninfo
95 endif
97 SUBDIRS =\
98                 $(ALARM_OPT_DIR)\
99                 $(AVAHI_OPT_DIR)\
100         $(AWN_OPT_DIR)\
101                 $(COVERAMAZON_OPT_DIR)\
102                 $(EXTRAPLAYLIST_OPT_DIR)\
103                 $(JAMENDO_OPT_DIR)\
104                 $(LAST_FM_OPT_DIR)\
105                 $(LIBNOTIFY_OPT_DIR)\
106                 $(LIRC_OPT_DIR)\
107                 $(LYRICS_OPT_DIR)\
108                 $(MAGNATUNE_OPT_DIR)\
109                 $(MDCOVER_OPT_DIR)\
110                 $(SHOUT_OPT_DIR)\
111                 $(MSERVER_OPT_DIR)\
112                 $(TAGEDIT_OPT_DIR)\
113                 $(WIKIPEDIA_OPT_DIR)\
114                 $(PLAYLISTSORT_OPT_DIR)\
115                 $(DYNAMICPLAYLIST_OPT_DIR)\
116                 $(LYRICSPLUGIN_OPT_DIR)\
117                 $(ALBUMVIEW_OPT_DIR)\
118         $(DISCOGS_OPT_DIR)\
119         $(LYRICWIKI_OPT_DIR)\
120         $(FULLSCREENINFO_OPT_DIR)