summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-12-18 23:33:34 +0000
committerLennart Poettering <lennart@poettering.net>2004-12-18 23:33:34 +0000
commit0ac4e99c734e25246d370a9ec6aa3971ecf32224 (patch)
treec2c5205d0794993c7c31a5bd7332121205a51744 /examples/Makefile.am
parent91511db7500439088b8b3bb08ce6ee6f8f8e6499 (diff)
fix example
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@72 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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