lib: made API multi thread safe(untested)
[platform/core/appfw/message-port-dbus.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_includedir = $(includedir)/
16 libmessage_port_la_include_HEADERS = \
17     message-port.h  \
18     $(NULL)
19
20 libmessage_port_la_CPPFLAGS = \
21     -I . \
22     -I $(top_builddir) \
23     -I $(top_builddir)/daemon \
24     $(GLIB_CFLAGS) $(GIO_CFLAGS) $(BUNDLE_CFLAGS) \
25     -Wall -error
26     $(NULL)
27
28 libmessage_port_la_LIBADD = \
29     ../common/libmessageport-common.la \
30     $(GLIB_LIBS) $(GIO_LIBS) $(BUNDLE_LIBS)
31
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = message-port.pc
34
35 CLEANFILES =