diff options
Diffstat (limited to 'example-23/Makefile.am')
-rw-r--r-- | example-23/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example-23/Makefile.am b/example-23/Makefile.am index 6df9c5820..44f1bfe50 100644 --- a/example-23/Makefile.am +++ b/example-23/Makefile.am @@ -7,5 +7,5 @@ fusexmp_fh_SOURCES = fusexmp_fh.c null_SOURCES = null.c hello_SOURCES = hello.c -LDADD = ../libfuse.la -AM_CPPFLAGS = -DFUSE_USE_VERSION=23 -I$(top_srcdir) +LDADD = ../src/libfuse.la +AM_CPPFLAGS = -DFUSE_USE_VERSION=23 -I$(top_srcdir) -I$(top_srcdir)/include |