summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 15:16:49 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 15:16:49 +0200
commita8a6f80492292a4394615a50e2f1fadda2b48d24 (patch)
treec4dad12d7d433266eab5b16df7b82a5513f9c0de /Makefile
parentbc6c82f3bb7d50875dfbc5b039c13ac21e46719b (diff)
downloadpgfuse-a8a6f80492292a4394615a50e2f1fadda2b48d24.tar.gz
pgfuse-a8a6f80492292a4394615a50e2f1fadda2b48d24.tar.bz2
small docu cleanups
warn if -s is not specified
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fec2c1..585463c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -Wall -Werror -g -O0 -pthread
#CFLAGS = -Wall -O2
# declare version of FUSE API we want to program against
-CFLAGS += -DFUSE_USE_VERSION=29
+CFLAGS += -DFUSE_USE_VERSION=26
CFLAGS += -D_FILE_OFFSET_BITS=64