* wrap/python/Makefile.am (_spot_la_SOURCES): Add spot_wrap.h.

This commit is contained in:
Alexandre Duret-Lutz 2004-10-21 11:01:27 +00:00
parent 55b84b1a48
commit 91b9682bd8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-10-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/Makefile.am (_spot_la_SOURCES): Add spot_wrap.h.
2004-10-20 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-10-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/modgray.hh (loopless_modular_mixed_radix_gray_code::done, * src/misc/modgray.hh (loopless_modular_mixed_radix_gray_code::done,

View file

@ -42,7 +42,7 @@ $(srcdir)/swigpy_wrap.c: $(srcdir)/swigpy.i
## spot ## 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_LDFLAGS = -avoid-version -module
_spot_la_LIBADD = $(top_builddir)/src/libspot.la libspotswigpy.la _spot_la_LIBADD = $(top_builddir)/src/libspot.la libspotswigpy.la