blob: 469dcb4b4a3eab06f2ba3a93a06097ffd59d82ca (
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 -lpthread
fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la -lpthread
|