Replace utils/mount.fuse "sh" script with a "C" program
[fuse.git] / example / Makefile.am
blob91f33cc537de0a81e5c048f197ee5674eb8a351a
1 ## Process this file with automake to produce Makefile.in
3 AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
4 noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll
6 LDADD = ../lib/libfuse.la @libfuse_libs@
7 fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@