summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2005-03-27 14:12:13 +0000
committerStefan Siegl <stesie@brokenpipe.de>2005-03-27 14:12:13 +0000
commitaf69abbba91ac632ea1a6b04501d369fe8cf9df2 (patch)
treea8a2907443cd88ba834a9f519b3fb63fff9af073
parent0382107c7bb0de8b3a0ef69eaead1e6c9addf114 (diff)
added -DFUSE_USE_VERSIONS=22 to CFLAGS.
-rw-r--r--example-22/Makefile.am2
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
+