blob: a3880fa46c55189f0c5b0413d79c3c0a849b716e [file] [log] [blame]
## 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 = ../lib/libfuse.a -lpthread