python: Add the SAS header to the manifest.
The SAS header is required to build the package therefore it needs to be shipped with the source distribution of the package. Adding it to the manifest achieves this.
This commit is contained in:
parent
32b99b7935
commit
54cb52e05e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
include include/olm/olm.h
|
||||
include include/olm/pk.h
|
||||
include include/olm/sas.h
|
||||
include Makefile
|
||||
include olm_build.py
|
||||
|
|
Loading…
Reference in a new issue