]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/python/Makefile.am
00b9e48c85a6291c81d1eacb2cb68c80b35685ba
[OpenSRF.git] / src / python / Makefile.am
1 # makefile for OpenSRF Python modules and scripts
2
3 all-local:
4         @echo $@
5         python @srcdir@/setup.py build
6
7 # ------------------------------------------------------------------------------
8 # INSTALL
9 # ------------------------------------------------------------------------------
10 install-data-local:     
11         @echo $@
12         python @srcdir@/setup.py install
13