blob: e8c8a6dccc8ab270ccfc9b6c5af491047d98fda4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
## 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.la -lpthread
|