From 9f2d0d86bbf4315aa1c51167f9dd18e8cb0af479 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Wed, 15 Oct 2003 11:56:12 +0000 Subject: Fix makefile.am --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index b2d3b6cb..5ef1b732 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -11,6 +11,7 @@ dbus_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/glib dbus_bindings_la_SOURCES = dbus_bindings.c EXTRA_DIST = \ + dbus_h_wrapper.h \ dbus_bindings.pyx.in \ extract.py -- cgit