From: fredrik Date: Mon, 7 May 2007 01:46:33 +0000 (+0000) Subject: Include dolcon.desktop. X-Git-Tag: 0.4~56 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=2b5c42febc3e4440a404d71dc4e902749bfc9dfb Include dolcon.desktop. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1014 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 3aaabce..708f8b2 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -4,7 +4,7 @@ dolcon_SOURCES= main.c \ progressbar.c \ progressbar.h -EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc +EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc dolcon.desktop BUILT_SOURCES=mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk @@ -22,3 +22,6 @@ dolcon_CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0) \ cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | $(top_srcdir)/common/makegdesc >$@ mainwnd.desc: ../../config.h + +appdir=$(datadir)/applications +app_DATA=dolcon.desktop