summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-15 00:57:28 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-15 00:57:28 +0000
commit5d3ab33d269035024911183fe4ec381077e53ddb (patch)
treec1f09a2b49525335e64ca99a8d011a103fb98c57 /examples
parent88acb0a4ed2bfad594e2f4ccd34f0c26f94fb663 (diff)
minor build fixes
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@46 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 47c567d..e0efa14 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -18,7 +18,7 @@
noinst_PROGRAMS = testd
-AM_CPPFLAGS=-I../src
+AM_CPPFLAGS=-I$(top_srcdir)/src
testd_SOURCES=testd.c
testd_LDADD=../src/libdaemon.la