Merge branch 'master' into patch/mkrelease

This commit is contained in:
afayaz-feral 2020-05-26 12:35:58 +01:00 committed by GitHub
commit 16ebc794c5
2 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
build/
builddir/
*.swp

View File

@ -43,7 +43,10 @@ gamemode_headers = [
'gamemode_client.h',
]
install_headers(gamemode_headers)
install_headers(
gamemode_headers,
install_dir: path_includedir,
)
# Generate a pkg-config files
pkg = import('pkgconfig')