Skip to content

Commit

Permalink
Merge pull request #1783 from MartinNowak/fixup1720
Browse files Browse the repository at this point in the history
small fixup of #1720
  • Loading branch information
s-ludwig committed Jun 21, 2017
2 parents 0cdf383 + b12d3b7 commit aef4ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ vibe_main_src = [
'source/vibe/d.d',
'source/vibe/vibe.d'
]
install_headers(vibe_main_src, subdir: 'd/vibe')

vibe_core_src = [
'core/source/vibe/appmain.d',
Expand Down Expand Up @@ -166,7 +165,7 @@ vibe_web_src = [
#
# Includes
#
# It's easier to just install the whole source-tree then use
# It's easier to just install the whole source-tree than use
# install_headers and forget to include all subdirectories
# along the way.
install_subdir('source/vibe/', install_dir: 'include/d/')
Expand Down

0 comments on commit aef4ede

Please sign in to comment.