aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
blob: a3880fa46c55189f0c5b0413d79c3c0a849b716e (plain)
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.a -lpthread