summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-21 19:15:45 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-21 19:15:45 +0100
commitb1c82eab4117d13ec570bdaacba88e46c8992e4a (patch)
treee7791c64228c2f50e023d2db227432d7add6bfa5 /tests/daemon
parent07bbb6aa8857a2fbc77d6db6b6d1e7bafb7d0976 (diff)
downloadwolfbones-b1c82eab4117d13ec570bdaacba88e46c8992e4a.tar.gz
wolfbones-b1c82eab4117d13ec570bdaacba88e46c8992e4a.tar.bz2
compiling and linking again, things are more separate now
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/GNUmakefile3
-rw-r--r--tests/daemon/testd.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/daemon/GNUmakefile b/tests/daemon/GNUmakefile
index c3aa194..0acae5d 100644
--- a/tests/daemon/GNUmakefile
+++ b/tests/daemon/GNUmakefile
@@ -2,6 +2,9 @@ TOPDIR = ../..
SUBDIRS =
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libwolfdaemon.a
+
INCLUDE_DIRS = -I$(TOPDIR)/include -I.
BINS = \
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index f5a70b6..4c5ab0a 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -7,8 +7,8 @@
#include "errors.h" /* global error codes */
#include "log.h" /* logging facility */
-#include "daemon.h" /* Unix daemonizing code */
-#include "signals.h" /* signal supension */
+#include "daemon/daemon.h" /* Unix daemonizing code */
+#include "daemon/signals.h" /* signal supension */
#include "port/unused.h"