summaryrefslogtreecommitdiff
path: root/_dbus_glib_bindings/Makefile.am
blob: 2e10426f4957cdc632085525cc0fcf209ea9245b (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 \(PyInit__\|init_\)dbus_glib_bindings \
	     $(DBUS_LIBS) $(DBUS_GLIB_LIBS)

_dbus_glib_bindings_la_SOURCES = module.c