FIX TIVI-2641: Fix issue in trusted ports with no valid certificate info.
[profile/ivi/message-port.git] / lib / Makefile.am
1 NULL = 
2 lib_LTLIBRARIES = libmessage-port.la
3 libmessage_port_la_SOURCES = \
4     message-port.c \
5     msgport-utils.h \
6     msgport-utils.c \
7     msgport-service.h \
8     msgport-service.c \
9     msgport-manager.h \
10     msgport-manager.c \
11     msgport-factory.h \
12     msgport-factory.c \
13     $(NULL)
14
15 libmessage_port_la_LDFLAGS = -version-info $(subst .,:,$(VERSION))
16
17 libmessage_port_la_includedir = $(includedir)/
18 libmessage_port_la_include_HEADERS = \
19     message-port.h  \
20     $(NULL)
21
22 libmessage_port_la_CPPFLAGS = \
23     -I . \
24     -I $(top_builddir) \
25     -DLOG_TAG=\"MESSAGEPORT/LIB\" \
26     $(GLIB_CFLAGS) $(GIO_CFLAGS) $(BUNDLE_CFLAGS) $(DLOG_CFLAGS) \
27     -Wall -error
28     $(NULL)
29
30 libmessage_port_la_LIBADD = \
31     ../common/libmessageport-common.la \
32     $(GLIB_LIBS) $(GIO_LIBS) $(BUNDLE_LIBS) $(DLOG_LIBS) \
33     $(NULL)
34
35 pkgconfigdir = $(libdir)/pkgconfig
36 pkgconfig_DATA = message-port.pc
37
38 CLEANFILES =