mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 19:28:06 +02:00
fix up-self-test build
It uses up_config_*() functions, so we need to build it against up-config.{h,c}
Fixes build failure:
up_self_test-up-daemon.o: In function `up_daemon_init':
/home/martin/upstream/upower/src/up-daemon.c:1047: undefined reference to `up_config_new'
[...]
This commit is contained in:
parent
2cec4b7878
commit
0716e21a33
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ up_self_test_SOURCES = \
|
|||
up-self-test.c \
|
||||
up-polkit.h \
|
||||
up-polkit.c \
|
||||
up-config.h \
|
||||
up-config.c \
|
||||
up-daemon.h \
|
||||
up-daemon.c \
|
||||
up-device.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue