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:
Martin Pitt 2011-04-13 11:19:44 +02:00
parent 2cec4b7878
commit 0716e21a33

View file

@ -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 \