Updated the date in the renderer-service-upnp.changes file
[profile/ivi/renderer-service-upnp.git] / Makefile.am
1 INCLUDES = -DG_LOG_DOMAIN=\"RSU\"
2
3 AM_CFLAGS =     $(GLIB_CFLAGS)                          \
4                 $(GIO_CFLAGS)                           \
5                 $(GSSDP_CFLAGS)                         \
6                 $(GUPNP_CFLAGS)                         \
7                 $(GUPNPAV_CFLAGS)                       \
8                 $(SOUP_CFLAGS)                          \
9                 -DSYS_CONFIG_DIR="\"$(sysconfdir)\""    \
10                 -include config.h
11
12
13 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
14
15 sysconf_DATA = renderer-service-upnp.conf
16
17 renderer_service_upnp_sources = src/async.c                     \
18                                 src/device.c                    \
19                                 src/error.c                     \
20                                 src/host-service.c              \
21                                 src/log.c                       \
22                                 src/renderer-service-upnp.c     \
23                                 src/settings.c                  \
24                                 src/task.c                      \
25                                 src/upnp.c
26
27 renderer_service_upnp_headers = src/async.h             \
28                                 src/device.h            \
29                                 src/error.h             \
30                                 src/host-service.h      \
31                                 src/log.h               \
32                                 src/prop-defs.h         \
33                                 src/settings.h          \
34                                 src/task.h              \
35                                 src/upnp.h
36
37 bin_PROGRAMS = renderer-service-upnp
38
39 renderer_service_upnp_SOURCES = $(renderer_service_upnp_sources) \
40                                 $(renderer_service_upnp_headers)
41
42 renderer_service_upnp_LDADD = $(GLIB_LIBS)      \
43                               $(GIO_LIBS)       \
44                               $(GSSDP_LIBS)     \
45                               $(GUPNP_LIBS)     \
46                               $(GUPNPAV_LIBS)   \
47                               $(SOUP_LIBS)      \
48                               -lm
49
50 dbussessiondir = @DBUS_SESSION_DIR@
51 dbussession_DATA = src/com.intel.renderer-service-upnp.service
52
53 EXTRA_DIST = test/cap.py \
54              $(sysconf_DATA)
55
56 MAINTAINERCLEANFILES =  Makefile.in             \
57                         aclocal.m4              \
58                         configure               \
59                         config.h.in             \
60                         config.h.in~            \
61                         build-aux/depcomp       \
62                         build-aux/compile       \
63                         build-aux/missing       \
64                         build-aux/install-sh
65
66 pkgconfigdir = $(libdir)/pkgconfig
67 pkgconfig_DATA = renderer-service-upnp.pc
68
69 CLEANFILES = $(pkgconfig_DATA) $(dbussession_DATA) renderer-service-upnp.conf
70 DISTCLEANFILES = $(pkgconfig_DATA) $(dbussession_DATA) renderer-service-upnp.conf
71
72 maintainer-clean-local:
73         rm -rf build-aux