X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgui-shell%2FMakefile.am;h=43e6afcc267c42995f0b5843f8eb758b48dd1765;hp=1b49beec0205fcab1c28c4888e371680a980a1f4;hb=ed9135a09f5afb91efbd26b77dea23f1b63a9788;hpb=c4b406ca5efb8923df032aa391abd3457e574873 diff --git a/clients/gui-shell/Makefile.am b/clients/gui-shell/Makefile.am index 1b49bee..43e6afc 100644 --- a/clients/gui-shell/Makefile.am +++ b/clients/gui-shell/Makefile.am @@ -1,10 +1,13 @@ +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 @@ -21,3 +24,5 @@ doldacond_shell_CPPFLAGS=@GTK2_CFLAGS@ @LIBNOTIFY_CFLAGS@ \ basename="$${target%.gtk}"; \ cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \ | $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@ + +appdir=$(datadir)/applications