* m4/pypath.m4: New file.

* Makefile.am (SUBDIRS): Add wrap.
* wrap/Makefile.am: New file.
* wrap/spot.i: New file.  Preliminary bindings for Python.
* configure.ac: Call adl_CHECK_PYTHON and output wrap/Makefile.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-30 12:35:22 +00:00
parent 16bc2c63d9
commit e2c42a9f79
15 changed files with 141 additions and 2 deletions

View file

@ -1,3 +1,3 @@
SUBDIRS = doc src
SUBDIRS = doc src wrap
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/gccwarn.m4
EXTRA_DIST = m4/gccwarn.m4 m4/pypath.m4