bidirectional messages implemented, updated the example code
[profile/ivi/message-port.git] / daemon / Makefile.am
1 bin_PROGRAMS = messageportd
2 NULL = 
3
4 messageportd_SOURCES = \
5     dbus-service.h \
6     dbus-service.c \
7     dbus-manager.h \
8     dbus-manager.c \
9     dbus-server.h \
10     dbus-server.c \
11     service.h \
12     service.c \
13     manager.h \
14     manager.c \
15     main.c \
16     $(NULL)
17
18 messageportd_CPPFLAGS = \
19     -I$(top_builddir) \
20     $(GLIB_CLFAGS) $(GIO_CFLAGS) \
21     $(NULL)
22
23 messageportd_LDADD = \
24     ../common/libmessageport-dbus-glue.la \
25     $(GLIB_LIBS) $(GIO_LIBS) \
26     $(NULL)
27
28 CLEANFILES =