aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
blob: 8d62e9d0784f1f633cf04a92059db30b929c7fde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll

fusexmp_SOURCES = fusexmp.c
fusexmp_fh_SOURCES = fusexmp_fh.c
null_SOURCES = null.c
hello_SOURCES = hello.c

LDADD = ../lib/libfuse.la -lpthread