From 6e26bc118e2fcb9f94a7caba4830b56742e18519 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Apr 2007 11:35:15 +0000 Subject: build fixes for .desktop files git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1435 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-ui/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am index 442f7d1..da5eb01 100644 --- a/avahi-ui/Makefile.am +++ b/avahi-ui/Makefile.am @@ -25,6 +25,9 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' desktopdir = $(datadir)/applications desktop_DATA = +EXTRA_DIST = zssh.desktop.in zvnc.desktop.in + + if HAVE_GTK if HAVE_DBUS @@ -67,11 +70,11 @@ install-exec-local: zssh.desktop: zssh.desktop.in sed -e 's,@bindir\@,$(bindir),g' $< > $@ - chmod +x $@ zvnc.desktop: zvnc.desktop.in sed -e 's,@bindir\@,$(bindir),g' $< > $@ - chmod +x $@ endif endif + +CLEANFILES = $(desktop_DATA) -- cgit