blob: 0558dd4be6fb939a20e7748a71db3973317e97a1 (
plain)
1
2
3
4
5
6
7
8
9
|
pyexec_LTLIBRARIES = _dbus_glib_bindings.la
AM_CPPFLAGS = -I$(top_srcdir)/include $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) \
$(PYTHON_INCLUDES)
AM_LDFLAGS = -module -avoid-version \
-export-symbols-regex init_dbus_glib_bindings \
$(DBUS_LIBS) $(DBUS_GLIB_LIBS)
_dbus_glib_bindings_la_SOURCES = module.c
|