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

AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll

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