Files
third_party_libfuse/example/Makefile.am
T
2004-06-03 13:21:08 +00:00

10 lines
198 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_PROGRAMS = fusexmp null hello
fusexmp_SOURCES = fusexmp.c
null_SOURCES = null.c
hello_SOURCES = hello.c
LDADD = ../lib/libfuse.la