Added test coverage result generation
[platform/upstream/gumd.git] / src / daemon / Makefile.am
1 SUBDIRS = dbus
2 NULL=
3
4 bin_PROGRAMS = gumd
5
6 gumd_SOURCES = \
7     main.c \
8     gumd-daemon.c \
9     gumd-daemon.h \
10     gumd-daemon-user.c \
11     gumd-daemon-user.h \
12     gumd-daemon-group.c \
13     gumd-daemon-group.h \
14     gumd-types.h \
15     $(NULL)
16
17 gumd_CFLAGS = \
18     $(GUMD_INCLUDES) \
19     $(GUMD_CFLAGS) \
20     -I$(top_srcdir)/src \
21     $(NULL)
22
23 gumd_LDADD = \
24     $(top_builddir)/src/common/libgum-common.la \
25     $(top_builddir)/src/daemon/dbus/libgumd-dbus.la \
26     $(GUMD_LIBS) \
27     $(NULL)
28
29 EXTRA_DIST = \
30       gumd.pc.in
31
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = gumd.pc
34
35 if SET_PERMISSIONS
36 install-exec-hook:
37         chown root $(DESTDIR)$(bindir)/gumd || true
38         chmod u+s $(DESTDIR)$(bindir)/gumd || true
39 endif
40
41 CLEANFILES = *.gcno *.gcda