mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-21 09:05:22 -04:00
10 lines
198 B
Makefile
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
|