summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: baa9835d62935ad14857c0a8364e60f57ff699b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NULL =
SUBDIRS = \
	include/spice-streaming-agent \
	src \
	$(NULL)

# this will start the program for each user session
xdgautostartdir = $(sysconfdir)/xdg/autostart
xdgautostart_DATA = $(top_srcdir)/data/spice-streaming.desktop

# this will start the program for the login session
gdmautostartdir = $(datadir)/gdm/greeter/autostart
gdmautostart_DATA = $(top_srcdir)/data/spice-streaming.desktop

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-streaming-agent.pc

EXTRA_DIST = \
	spice-streaming-agent.spec \
	spice-streaming-agent.pc \
	data/spice-streaming.desktop \
	$(NULL)