mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
SUBDIRS =
|
||
|
bin_PROGRAMS =
|
||
|
|
||
|
if WITH_DEBUG
|
||
|
direct_io_test_SOURCES = direct_io_test.c
|
||
|
bin_PROGRAMS += direct_io_test
|
||
|
endif
|