The recent addition of .desktop files to Makefile.am caused my build to fail with this error: creating xffm make[2]: *** No rule to make target `Xffm.desktop', needed by `all-am'. Stop. make[2]: Leaving directory `/mnt/data/share/david/code/xfce4-cvs/xffm/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/data/share/david/code/xfce4-cvs/xffm' make: *** [all] Error 2 Error making xffm The offending lines: 1.65 (edscott 11-Oct-04): appsdir = $(datadir)/applications 1.65 (edscott 11-Oct-04): apps_DATA = Xffm.desktop Xfsamba.desktop Xftree.desktop Xfglob.desktop Xfdiff.desktop Xfbook.desktop Xffstab.desktop Xfmime_edit.desktop 1.65 (edscott 11-Oct-04): 1.65 (edscott 11-Oct-04): EXTRA_DIST = $(apps_DATA) $(pkgconfig_DATA) 1.65 (edscott 11-Oct-04): Since these .desktop files don't exist, I can't see how this should work...
Should be fixed now, as I've added the files I forgot to CVS.
Thanks, working now