From 97c61e98b4cb4115c5d1191edefdab125a9e16fd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 7 Nov 2001 12:09:43 +0000 Subject: build with automake --- example/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/Makefile.am (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am new file mode 100644 index 0000000..0e666b5 --- /dev/null +++ b/example/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in + +bin_PROGRAMS = fusexmp + +fusexmp_SOURCES = fusexmp.c + +fusexmp_LDADD = ../lib/libfuse.a -- cgit v1.2.3