summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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;