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

noinst_PROGRAMS = fusexmp null

fusexmp_SOURCES = fusexmp.c
null_SOURCES = null.c

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