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

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

LDADD = ../lib/libfuse.la @libfuse_libs@
fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@