dbus.bus: In watch_name_owner, only watch the desired name!
[dbus-python-phuang.git] / _dbus_bindings / Makefile.am
blobc2e59c97cb9841b6d1ce2e8b690abcd403f9fb75
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                             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                             mainloop.c \
21                             message-append.c \
22                             message.c \
23                             message-get-args.c \
24                             message-internal.h \
25                             module.c \
26                             pending-call.c \
27                             signature.c \
28                             string.c \
29                             types-internal.h \
30                             validation.c
32 check_c_sources = $(_dbus_bindings_la_SOURCES)
33 include $(top_srcdir)/tools/check-coding-style.mk