diff options
author | Damir Jelić <poljar@termina.org.uk> | 2019-04-10 15:18:07 +0200 |
---|---|---|
committer | Damir Jelić <poljar@termina.org.uk> | 2019-04-10 15:18:07 +0200 |
commit | 086133f39a175a72ea7c898c708fed38b8dbd36b (patch) | |
tree | f335cf726acafae819d1b824c6b23186eddaa9df /python/Makefile | |
parent | c79d9282dcb9946144905a93ec9b5f14b17cc30c (diff) | |
parent | 54cb52e05e0d715c9e3c71ffeff05050732dea41 (diff) |
Merge branch 'python-sas'
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 7f0121d..e4d0611 100644 --- a/python/Makefile +++ b/python/Makefile @@ -12,7 +12,10 @@ include/olm/olm.h: $(OLM_HEADERS) include/olm/pk.h: include/olm/olm.h ../include/olm/pk.h $(CPP) -I dummy -I ../include ../include/olm/pk.h -o include/olm/pk.h -headers: include/olm/olm.h include/olm/pk.h +include/olm/sas.h: include/olm/olm.h ../include/olm/sas.h + $(CPP) -I dummy -I ../include ../include/olm/sas.h -o include/olm/sas.h + +headers: include/olm/olm.h include/olm/pk.h include/olm/sas.h olm-python2: headers DEVELOP=$(DEVELOP) python2 setup.py build |