Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
calls
Commits
081cd360
Commit
081cd360
authored
May 21, 2018
by
Bob Ham
Browse files
meson: get rid of topdir_includes variable
parent
7f2e3258
Changes
2
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
081cd360
...
...
@@ -27,7 +27,5 @@ project('call', 'c',
)
topdir_includes
=
include_directories
(
'.'
)
subdir
(
'libgdbofono'
)
subdir
(
'src'
)
src/meson.build
View file @
081cd360
...
...
@@ -69,4 +69,4 @@ calls_resources = gnome.compile_resources(
executable
(
'calls'
,
sources
,
enum_sources
,
calls_resources
,
dependencies
:
deps
,
link_with
:
gdbofono_lib
,
include_directories
:
topdir_includes
)
include_directories
:
include_directories
(
'..'
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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