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 --- lib/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..98bfedc --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,8 @@ +## Process this file with automake to produce Makefile.in + +lib_LIBRARIES = libfuse.a + +libfuse_a_SOURCES = \ + fuse.c \ + mount.c \ + fuse_i.h -- cgit v1.2.3