aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: 475cabf10854514aa363433779562245fb236bc5 (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.la