Add wrapper for DBusServer.
[dbus-python-phuang.git] / _dbus_bindings / Makefile.am
bloba747e18ad04b797b347f16e9f221c1f6a3996bfe
1 pyexec_LTLIBRARIES = _dbus_bindings.la
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                             server.c \
11                             server-internal.h \
12                             server-methods.c \
13                             conn.c \
14                             conn-internal.h \
15                             conn-methods.c \
16                             containers.c \
17                             dbus_bindings-internal.h \
18                             debug.c \
19                             exceptions.c \
20                             float.c \
21                             generic.c \
22                             int.c \
23                             mainloop.c \
24                             message-append.c \
25                             message.c \
26                             message-get-args.c \
27                             message-internal.h \
28                             module.c \
29                             pending-call.c \
30                             signature.c \
31                             string.c \
32                             types-internal.h \
33                             validation.c
35 check_c_sources = $(_dbus_bindings_la_SOURCES)
36 include $(top_srcdir)/tools/check-coding-style.mk