6 lines
147 B
Makefile
6 lines
147 B
Makefile
|
# minimum required automake 1.6
|
||
|
AUTOMAKE_OPTIONS = 1.6
|
||
|
|
||
|
# library information and headers which should not be installed.
|
||
|
python_PYTHON = mpq.py
|