diff --git a/ChangeLog b/ChangeLog index 4b53b40f2..fb7014c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Alexandre Duret-Lutz + + * wrap/python/Makefile.am (_spot_la_SOURCES): Add spot_wrap.h. + 2004-10-20 Alexandre Duret-Lutz * src/misc/modgray.hh (loopless_modular_mixed_radix_gray_code::done, diff --git a/wrap/python/Makefile.am b/wrap/python/Makefile.am index a23edeb4c..e92f795e7 100644 --- a/wrap/python/Makefile.am +++ b/wrap/python/Makefile.am @@ -42,7 +42,7 @@ $(srcdir)/swigpy_wrap.c: $(srcdir)/swigpy.i ## spot -_spot_la_SOURCES = $(srcdir)/spot_wrap.cxx +_spot_la_SOURCES = $(srcdir)/spot_wrap.cxx $(srcdir)/spot_wrap.h _spot_la_LDFLAGS = -avoid-version -module _spot_la_LIBADD = $(top_builddir)/src/libspot.la libspotswigpy.la