http://bugs.gentoo.org/124192 Index: tools/Makefile.am =================================================================== RCS file: /cvs/gnome/beagle/tools/Makefile.am,v retrieving revision 1.68 diff -u -B -p -r1.68 Makefile.am --- tools/Makefile.am 15 Feb 2006 21:06:01 -0000 1.68 +++ tools/Makefile.am 2 Mar 2006 13:29:55 -0000 @@ -3,9 +3,6 @@ CSC = mcs -debug -nowarn:0169 -applicationsdir = $(datadir)/applications -applications_DATA = beagle-settings.desktop - LOCAL_ASSEMBLIES = \ ../Util/Util.dll \ ../BeagleClient/Beagle.dll @@ -167,12 +164,13 @@ man_MANS = \ @INTLTOOL_DESKTOP_RULE@ +if ENABLE_GUI desktop_in_files = beagle-settings.desktop.in desktop_files = $(desktop_in_files:.desktop.in=.desktop) -desktop_h_files = $(desktop_in_files:.in=.in.h) desktopdir = $(datadir)/applications desktop_DATA = $(desktop_files) +endif all: $(TARGETS) $(WRAPPERS)