diff options
Diffstat (limited to 'example-22')
-rw-r--r-- | example-22/Makefile.am | 4 |
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 |