]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/python/Makefile.am
LP#1796945 Reporter cloning and creation fixes
[working/Evergreen.git] / Open-ILS / 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 --root $(DESTDIR)///
13