GNOME Bugzilla – Bug 360210
Some plugins don't compile after a make distclean
Last modified: 2006-10-06 18:30:09 UTC
iradio-ui.xml is in plugin_DATA and CLEANFILES is set to plugin_DATA. So when make distclean is done, the xml file is erased. Seems that one of 2 things need to happen: a) the .xml file needs to be switched to a .in file and generated b) CLEANFILES needs to be set to it's own set of files and not include the .xml file
Created attachment 74158 [details] [review] Patch to fix iRadio issue This does the 2nd option for iradio.
Crap! Same problem in audioscrobbler. We erase the as-powered.png when cleaning.
Created attachment 74161 [details] [review] Patch that fixes both iradio and audioscrobbler issues OK, after this patch, things compile.
Created attachment 74167 [details] [review] patch This patch does it a bit differently by using the somewhat conventional BUILT_SOURCES variable to make it clean what is generated. We should probably do the same for the other plugins.
Should be fixed in CVS. Thanks.