summaryrefslogtreecommitdiffstats
path: root/python/protocols/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Python binding.Emmanuel Raviart2004-08-201-38/+0
|
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-181-2/+2
| | | | hppa)
* Bye bye AM_CONDITIONAL rests.Romain Chantereay2004-08-031-2/+0
| | | | (the if WITH_PYTHON are not accurate now).
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-231-3/+8
| | | | --enable-python=no to not compile python bindings.
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-0/+35
python module;