summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 69bfa3af3..d303344d9 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -6,5 +6,5 @@ fusexmp_SOURCES = fusexmp.c
null_SOURCES = null.c
hello_SOURCES = hello.c
-LDADD = ../libfuse.la
-AM_CPPFLAGS = -I$(top_srcdir)
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include