mirror of
https://github.com/ceph/ceph
synced 2025-02-25 12:03:00 +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
|