added DESTDIR to esl makefiles so that it can be used during rpm building

This commit is contained in:
Michal Bielicki - cypromis
2011-02-16 20:54:57 +01:00
parent 837c6ff6e8
commit e8335f5880
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
LOCAL_CFLAGS=`python ./python-config --includes`
LOCAL_LDFLAGS=`python ./python-config --ldflags`
SITE_DIR=`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
SITE_DIR=$(DESTDIR)/`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
all: _ESL.so