From 4fd4d52dd679486edc4543cd93c9f4d01cd8f90e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 19 Mar 2004 22:36:31 +0000 Subject: 2004-03-19 Havoc Pennington * NEWS: 0.21 updates * configure.in: 0.21 * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED * python/Makefile.am: change to avoid dist of dbus_bindings.c so you don't need pyrex to make dist * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to sources; run moc --- python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 5ef1b732..d57e08f5 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -8,7 +8,8 @@ dbusbindings_LTLIBRARIES = dbus_bindings.la dbus_bindings_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initdbus_bindings dbus_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/glib/libdbus-glib-1.la -dbus_bindings_la_SOURCES = dbus_bindings.c +nodist_dbus_bindings_la_SOURCES = dbus_bindings.c + EXTRA_DIST = \ dbus_h_wrapper.h \ -- cgit