summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* New Autotools infrastructure.Romain Chantereay2004-08-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-231-4/+6
| | | | --enable-python=no to not compile python bindings.
* install python module in site-packages/Frederic Peters2004-07-231-4/+2
|
* setup.py has been removedFrederic Peters2004-07-221-1/+1
|
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-0/+31
python module;