aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:10:51 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:11:17 +0300
commit5e8e619dd07dd1fe1c7c101d9ca4e881cf4054a0 (patch)
treee9ca099138efd676c7c18df09df6cc6872bdceb3 /scripts
parent2966b7349fcfdb667414ce8bbc8d25ca31cd8cc5 (diff)
parent6afdb8bdf957909d086684ada10cf86f132c3efe (diff)
Merge remote-tracking branch 'origin/4.4' into 4.5
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/createDevPackage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/createDevPackage.py b/scripts/createDevPackage.py
index 05577438f9..2bd898a9bd 100755
--- a/scripts/createDevPackage.py
+++ b/scripts/createDevPackage.py
@@ -67,6 +67,7 @@ source_include_patterns = [
r"^doc/.*$", # include everything under doc/
r"^.*\.pri$", # .pri files in all directories that are looked into
r"^.*\.h$", # .h files in all directories that are looked into
+ r"^.*\.hpp$" # .hpp files in all directories that are looked into
]
build_include_patterns = [