fixes for the python esl (we need ESL.py as well)

deleting the sangoma modules if they are not defined to be build but are build anyway
This commit is contained in:
Michal Bielicki - cypromis
2011-02-17 10:09:26 +01:00
parent 2a3aea4cc8
commit 65d5932c9f
2 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ _ESL.so: esl_wrap.o
install: _ESL.so
install -m 755 _ESL.so $(SITE_DIR)
install -m 755 ESL.py $(SITE_DIR)
clean:
rm -f *.o *.so *~