Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
d4b2cce6
Commit
d4b2cce6
authored
Oct 12, 2018
by
Hubert Chathi
Browse files
generate python/include/olm/olm.h automatically
parent
5cf074d3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
python/.gitignore
View file @
d4b2cce6
...
...
@@ -9,3 +9,4 @@ __pycache__
*.pyc
.hypothesis/
.tox/
include/
python/Makefile
View file @
d4b2cce6
...
...
@@ -2,7 +2,11 @@ PYTHON ?= python
all
:
olm
olm
:
include/olm/olm.h
:
../include/olm/olm.h ../include/olm/inbound_group_session.h ../include/olm/outbound_group_session.h
mkdir
-p
include/olm
$(CPP)
-I
dummy
-I
../include ../include/olm/olm.h
-o
include/olm/olm.h
olm
:
include/olm/olm.h
DEVELOP
=
$(DEVELOP)
$(PYTHON)
setup.py build
install
:
olm
...
...
python/include/olm/olm.h
deleted
100644 → 0
View file @
5cf074d3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment