* wrap/python/Makefile.am (_spot_la_SOURCES): Add spot_wrap.h.
This commit is contained in:
parent
55b84b1a48
commit
91b9682bd8
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue