TIVI-320: Add dbus-python to repos to support connman-test
[profile/ivi/dbus-python.git] / _dbus_bindings / Makefile.am
1 pyexec_LTLIBRARIES = _dbus_bindings.la
2
3 AM_CPPFLAGS = -I$(top_srcdir)/include $(DBUS_CFLAGS) $(PYTHON_INCLUDES)
4 AM_LDFLAGS = -module -avoid-version -export-symbols-regex init_dbus_bindings \
5              $(DBUS_LIBS)
6 _dbus_bindings_la_SOURCES = \
7                             abstract.c \
8                             bus.c \
9                             bytes.c \
10                             conn.c \
11                             conn-internal.h \
12                             conn-methods.c \
13                             containers.c \
14                             dbus_bindings-internal.h \
15                             debug.c \
16                             exceptions.c \
17                             float.c \
18                             generic.c \
19                             int.c \
20                             libdbusconn.c \
21                             mainloop.c \
22                             message-append.c \
23                             message.c \
24                             message-get-args.c \
25                             message-internal.h \
26                             module.c \
27                             pending-call.c \
28                             server.c \
29                             signature.c \
30                             string.c \
31                             types-internal.h \
32                             validation.c
33
34 check_c_sources = $(_dbus_bindings_la_SOURCES)
35 include $(top_srcdir)/tools/check-coding-style.mk