summaryrefslogtreecommitdiff
path: root/example-22/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example-22/Makefile.am')
-rw-r--r--example-22/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/example-22/Makefile.am b/example-22/Makefile.am
deleted file mode 100644
index 902910dca..000000000
--- a/example-22/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-noinst_PROGRAMS = fusexmp null hello
-
-fusexmp_SOURCES = fusexmp.c
-null_SOURCES = null.c
-hello_SOURCES = hello.c
-
-LDADD = ../src/libfuse.la
-AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir) -I$(top_srcdir)/include