X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgui-shell%2FMakefile.am;h=44003987dc518aad1ab00ae317e12e45c77fd6b7;hp=43e6afcc267c42995f0b5843f8eb758b48dd1765;hb=444e8c2819bc52a48804c125829f187177af02b4;hpb=28de842ca2b753996ee1d032d46ed191e98f2b77 diff --git a/clients/gui-shell/Makefile.am b/clients/gui-shell/Makefile.am index 43e6afc..4400398 100644 --- a/clients/gui-shell/Makefile.am +++ b/clients/gui-shell/Makefile.am @@ -1,13 +1,12 @@ 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 dolcon.desktop +EXTRA_DIST=dsh-start.desc dsh-menu.desc BUILT_SOURCES=dsh-start.gtk dsh-menu.gtk dsh.c: dsh-start.gtk dsh-menu.gtk @@ -24,5 +23,3 @@ 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