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@