summaryrefslogtreecommitdiff
path: root/example-23/Makefile.am
blob: 849cebd6e0a259cfade1561617ad04534ba2512f (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

noinst_PROGRAMS = fusexmp fusexmp_fh null hello

fusexmp_SOURCES = fusexmp.c
fusexmp_fh_SOURCES = fusexmp_fh.c
null_SOURCES = null.c
hello_SOURCES = hello.c

LDADD = ../src/libfuse.la
AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir) -I$(top_srcdir)/include