From 7aaac6881e0e906901ab50a14497151935835d0b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 23 Mar 2011 18:10:24 +0100 Subject: autotools: handle data files installation --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2ac3bda..eb0cc20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,14 @@ noinst_HEADERS = src/console-kit.h \ src/vdagentd-uinput.h \ src/vdagentd-proto.h \ src/vdagent-virtio-port.h + +xdgautostartdir = $(sysconfdir)/xdg/autostart +xdgautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop + +gdmautostartdir = $(datadir)/gdm/autostart/LoginWindow +gdmautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop + +initdir = $(sysconfdir)/rc.d/init.d +init_DATA = $(top_srcdir)/data/spice-vdagentd + +EXTRA_DIST = $(xdgautostart_DATA) $(gdmautostart_DATA) $(init_DATA) -- cgit v1.2.3