summaryrefslogtreecommitdiff
path: root/_dbus_glib_bindings/Makefile.am
blob: 48af1695d9eb4119ea36820f2db5742f5238a6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
	     $(NULL)

libadd = \
	$(DBUS_LIBS) \
	$(DBUS_GLIB_LIBS) \
	$(NULL)

_dbus_glib_bindings_la_LIBADD = $(libadd)
_dbus_glib_bindings_la_SOURCES = module.c