mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 09:10:28 +01:00
config/tests: use absolute path for config test
Otherwise, calling ./src/tests/config/test-config fails, and we must do: (cd ./src/tests/config && ./test-config) We can avoid that easily.
This commit is contained in:
parent
b4095a5101
commit
2a2db44bc2
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ AM_CPPFLAGS = \
|
||||||
-DG_LOG_DOMAIN=\""NetworkManager"\" \
|
-DG_LOG_DOMAIN=\""NetworkManager"\" \
|
||||||
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
|
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
|
||||||
$(GLIB_CFLAGS) \
|
$(GLIB_CFLAGS) \
|
||||||
-DSRCDIR=\""$(srcdir)"\" \
|
-DSRCDIR=\""$(abs_srcdir)"\" \
|
||||||
-DBUILDDIR=\""$(builddir)"\"
|
-DBUILDDIR=\""$(abs_builddir)"\"
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
test-config
|
test-config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue