* configure.ac: Call AC_PROG_CC and AM_PROG_CC_C_O.
* wrap/python/Makefile.am (_buddy_la_LDFLAGS): Move libspotswigpy.la ... (_buddy_la_LIBADD): ... here.
This commit is contained in:
parent
f3dc612d64
commit
7b314789ca
3 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-08-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac: Call AC_PROG_CC and AM_PROG_CC_C_O.
|
||||
* wrap/python/Makefile.am (_buddy_la_LDFLAGS): Move libspotswigpy.la ...
|
||||
(_buddy_la_LIBADD): ... here.
|
||||
|
||||
2004-08-02 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* lbtt/: Merge lbtt 1.1.2.
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
|||
adl_ENABLE_DEVEL
|
||||
adl_CHECK_PYTHON
|
||||
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_CXX
|
||||
|
||||
AM_PROG_LEX
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ $(srcdir)/spot.py: $(srcdir)/spot.i
|
|||
$(MAKE) $(AM_MAKEFLAGS) spot_wrap.cxx
|
||||
|
||||
_buddy_la_SOURCES = $(srcdir)/buddy_wrap.cxx
|
||||
_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS) libspotswigpy.la
|
||||
_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS)
|
||||
_buddy_la_LIBADD = libspotswigpy.la
|
||||
|
||||
$(srcdir)/buddy_wrap.cxx: $(srcdir)/buddy.i
|
||||
swig -noruntime -c++ -python $(BUDDY_CPPFLAGS) $(srcdir)/buddy.i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue