mirror of https://gitee.com/openkylin/fuse.git
Don't exclude fioc.h from examples (Closes: #626522).
Gbp-Pq: Name 0003-examples.patch
This commit is contained in:
parent
c7fab4d881
commit
929ea95707
|
@ -1,7 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
|
AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
|
||||||
noinst_HEADERS = fioc.h
|
|
||||||
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
|
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
|
||||||
fsel fselclient cusexmp
|
fsel fselclient cusexmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue