diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2005-03-27 14:12:13 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2005-03-27 14:12:13 +0000 |
commit | af69abbba91ac632ea1a6b04501d369fe8cf9df2 (patch) | |
tree | a8a2907443cd88ba834a9f519b3fb63fff9af073 | |
parent | 0382107c7bb0de8b3a0ef69eaead1e6c9addf114 (diff) |
added -DFUSE_USE_VERSIONS=22 to CFLAGS.
-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 + |