libfuse: remove deprecated fuse_operations.getdir()
[fuse.git] / example / Makefile.am
blob1c0405742dc8827401a089fbe15b9db4653d62a7
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_HEADERS = fioc.h
5 noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
6                   fsel fselclient cusexmp
8 LDADD = ../lib/libfuse.la
9 fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la
11 fioclient_CPPFLAGS =
12 fioclient_LDFLAGS =
13 fioclient_LDADD =
14 fselclient_CPPFLAGS =
15 fselclient_LDFLAGS =
16 fselclient_LDADD =