From 0716e21a33697f18b35ec5d780255713e0667bff Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 13 Apr 2011 11:19:44 +0200 Subject: [PATCH] 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' [...] --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9357c3d..3dfb4b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \