+if GUISHELL
bin_PROGRAMS=dolcon-launch doldacond-shell
+app_DATA=dolcon.desktop
+endif
dolcon_launch_SOURCES=launch.c
doldacond_shell_SOURCES=dsh.c
-EXTRA_DIST=dsh-start.desc dsh-menu.desc
+EXTRA_DIST=dsh-start.desc dsh-menu.desc dolcon.desktop
BUILT_SOURCES=dsh-start.gtk dsh-menu.gtk
dsh.c: dsh-start.gtk dsh-menu.gtk
basename="$${target%.gtk}"; \
cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \
| $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@
+
+appdir=$(datadir)/applications
[HAS_GTK2])
AM_CONDITIONAL(DOLCONF, test "$enable_dolconf" = yes)
+# GUI shell check
+DOLDA_ENABLE(guishell, [ --enable-guishell Build the GUI shell programs], yes,
+ [HAS_GTK2])
+AM_CONDITIONAL(GUISHELL, test "$enable_guishell" = yes)
+
# Gtk progress bar check
AH_TEMPLATE(ENABLE_GTK2PBAR, [define to compile GTK2 progress bars (experimental)])
DOLDA_ENABLE(gtk2pbar, [ --enable-gtk2pbar Enable GTK2 progress bars (experimental)], no,
echo " GTK2 user interface: $enable_gtk2ui"
echo " GTK2 progress bars: $enable_gtk2pbar"
echo " Dolconf configurator: $enable_dolconf"
+echo " GUI shell: $enable_guishell"
echo " Guile extension library: $guile_msg"
echo " GNOME transfer applet: $enable_gnomeapplet"
echo " Gaim chat plugin: $gaimplugin_msg"