diff options
Diffstat (limited to 'example-24/Makefile.am')
-rw-r--r-- | example-24/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/example-24/Makefile.am b/example-24/Makefile.am deleted file mode 100644 index 15284f816..000000000 --- a/example-24/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -## Process this file with automake to produce Makefile.in - -noinst_PROGRAMS = fusexmp fusexmp_fh null hello -# low-level api not supported: hello_ll - -fusexmp_SOURCES = fusexmp.c -fusexmp_fh_SOURCES = fusexmp_fh.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 |