Remove serverstats from list
[gmpc-plugins.git] / Makefile.am
blob2d4f0af1e287a734c541074386347b2868c22d2f
1 AUTOMAKE_OPTIONS = foreign 1.6
4 if LAST_FM_OPT
5 LAST_FM_OPT_DIR= gmpc-last.fm
6 endif
8 if COVERAMAZON_OPT
9 COVERAMAZON_OPT_DIR= gmpc-coveramazon
10 endif
12 if LYRICWIKI_OPT
13 LYRICWIKI_OPT_DIR= gmpc-lyricwiki
14 endif
16 if MDCOVER_OPT 
17 MDCOVER_OPT_DIR= gmpc-mdcover
18 endif
20 if LYRICS_OPT
21 LYRICS_OPT_DIR= gmpc-lyrics
22 endif
24 if EXTRAPLAYLIST_OPT
25 EXTRAPLAYLIST_OPT_DIR= gmpc-extraplaylist
26 endif
28 if AVAHI_OPT
29 AVAHI_OPT_DIR= gmpc-avahi
30 endif
32 if LIBNOTIFY_OPT
33 LIBNOTIFY_OPT_DIR= gmpc-avahi
34 endif
36 if ALARM_OPT
37 ALARM_OPT_DIR= gmpc-alarm
38 endif
40 if JAMENDO_OPT
41 JAMENDO_OPT_DIR= gmpc-jamendo
42 endif
44 if LIRC_OPT
45 LIRC_OPT_DIR= gmpc-lirc
46 endif
48 if MAGNATUNE_OPT
49 MAGNATUNE_OPT_DIR= gmpc-magnatune
50 endif
52 if OSD_OPT
53 OSD_OPT_DIR= gmpc-osd
54 endif
56 if SHOUT_OPT
57 SHOUT_OPT_DIR= gmpc-shout
58 endif
60 if MSERVER_OPT
61 MSERVER_OPT_DIR= gmpc-shout
62 endif
64 if LASTFMRADIO_OPT
65 LASTFMRADIO_OPT_DIR= gmpc-shout
66 endif
68 if TAGEDIT_OPT
69 TAGEDIT_OPT_DIR= gmpc-shout
70 endif
74 SUBDIRS =\
75                 $(ALARM_OPT_DIR)\
76                 $(AVAHI_OPT_DIR)\
77                 $(COVERAMAZON_OPT_DIR)\
78                 $(EXTRAPLAYLIST_OPT_DIR)\
79                 $(JAMENDO_OPT_DIR)\
80                 $(LAST_FM_OPT_DIR)\
81                 $(LIBNOTIFY_OPT_DIR)\
82                 $(LIRC_OPT_DIR)\
83                 $(LYRICS_OPT_DIR)\
84                 $(LYRICWIKI_OPT_DIR)\
85                 $(MAGNATUNE_OPT_DIR)\
86                 $(MDCOVER_OPT_DIR)\
87                 $(OSD_OPT_DIR)\
88                 $(SHOUT_OPT_DIR)\
89                 $(MSERVER_OPT_DIR)\
90                 $(LASTFMRADIO_OPT_DIR)\
91                 $(TAGEDIT_OPT_DIR)