summaryrefslogtreecommitdiff
path: root/.pc/tizen.patch/providers/gypsy/Makefile.am
blob: 937bf06c9cdacf8b43b808707611b667988bcb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libexec_PROGRAMS = geoclue-gypsy

geoclue_gypsy_CFLAGS =		\
	-I$(top_srcdir)		\
	-I$(top_builddir)	\
	$(GEOCLUE_CFLAGS)	\
	$(GYPSY_CFLAGS)

geoclue_gypsy_LDADD =		\
	$(GEOCLUE_LIBS)		\
	$(GYPSY_LIBS)		\
	$(top_builddir)/geoclue/libgeoclue.la

geoclue_gypsy_SOURCES =		\
	geoclue-gypsy.c

providersdir = $(datadir)/geoclue-providers
providers_DATA = geoclue-gypsy.provider

servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.freedesktop.Geoclue.Providers.Gypsy.service.in
service_DATA = $(service_in_files:.service.in=.service)

$(service_DATA): $(service_in_files) Makefile
	$(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@

EXTRA_DIST = 			\
	$(service_in_files)	\
	$(providers_DATA)

DISTCLEANFILES = \
	$(service_DATA)