summaryrefslogtreecommitdiff
path: root/example-22
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2006-01-30 23:12:04 +0000
committerStefan Siegl <stesie@brokenpipe.de>2006-01-30 23:12:04 +0000
commitb0cc992cef964c7096ace49938f23aadd07938bb (patch)
tree49353637cffe913c743ffa27f6d659cbaf8d4745 /example-22
parent1a081355385917e2f7af6ac13a8fed807d3b4bf0 (diff)
Makefiles adjusted because of file movements (new include and src directory)
Diffstat (limited to 'example-22')
-rw-r--r--example-22/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/example-22/Makefile.am b/example-22/Makefile.am
index c700453d7..902910dca 100644
--- a/example-22/Makefile.am
+++ b/example-22/Makefile.am
@@ -6,5 +6,5 @@ fusexmp_SOURCES = fusexmp.c
null_SOURCES = null.c
hello_SOURCES = hello.c
-LDADD = ../libfuse.la
-AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir)
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir) -I$(top_srcdir)/include