X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgui-shell%2FMakefile.am;h=1b49beec0205fcab1c28c4888e371680a980a1f4;hp=c826a0a7e4b876a8f571b04011e1d20d8f29978d;hb=34d45a1577a7696d68d683964d891b73fccfca50;hpb=99dd2b9fdfa684b69606c876d6cacb9a752d3bc4 diff --git a/clients/gui-shell/Makefile.am b/clients/gui-shell/Makefile.am index c826a0a..1b49bee 100644 --- a/clients/gui-shell/Makefile.am +++ b/clients/gui-shell/Makefile.am @@ -1,5 +1,23 @@ -bin_PROGRAMS=dolcon-launch +bin_PROGRAMS=dolcon-launch doldacond-shell dolcon_launch_SOURCES=launch.c +doldacond_shell_SOURCES=dsh.c + +EXTRA_DIST=dsh-start.desc dsh-menu.desc +BUILT_SOURCES=dsh-start.gtk dsh-menu.gtk + +dsh.c: dsh-start.gtk dsh-menu.gtk + AM_CPPFLAGS=-I$(top_srcdir)/include +localedir=$(datadir)/locale +doldacond_shell_LDADD=$(top_srcdir)/lib/libdcui.la +doldacond_shell_LDFLAGS= @GTK2_LIBS@ @LIBNOTIFY_LIBS@ +doldacond_shell_CPPFLAGS=@GTK2_CFLAGS@ @LIBNOTIFY_CFLAGS@ \ + -DLOCALEDIR=\"$(localedir)\" + +.desc.gtk: $(top_srcdir)/common/makegdesc + target="$@"; \ + basename="$${target%.gtk}"; \ + cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \ + | $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@