From 0ac4e99c734e25246d370a9ec6aa3971ecf32224 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 18 Dec 2004 23:33:34 +0000 Subject: fix example git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@72 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- examples/Makefile.am | 4 ++-- examples/testd.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index e0efa14..fb903fd 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,7 +18,7 @@ noinst_PROGRAMS = testd -AM_CPPFLAGS=-I$(top_srcdir)/src +AM_CPPFLAGS=-I$(top_srcdir) testd_SOURCES=testd.c -testd_LDADD=../src/libdaemon.la +testd_LDADD=../libdaemon/libdaemon.la diff --git a/examples/testd.c b/examples/testd.c index 98e15d8..7d97f6c 100644 --- a/examples/testd.c +++ b/examples/testd.c @@ -23,11 +23,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include int main(int argc, char *argv[]) { pid_t pid; -- cgit