diff options
-rw-r--r-- | example-22/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-22/Makefile.am b/example-22/Makefile.am index 510dff604..aae00931d 100644 --- a/example-22/Makefile.am +++ b/example-22/Makefile.am @@ -7,3 +7,5 @@ null_SOURCES = null.c hello_SOURCES = hello.c LDADD = ../libfuse.la +CFLAGS = @CFLAGS@ -DFUSE_USE_VERSION=22 + |