mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
c9825f0874
With this, "./configure --without-debug && make -C src testceph" will work. Before this, it would use make builtin rules, and fail to compile in a confusing manner. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
10 lines
144 B
Makefile
10 lines
144 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS =
|
|
bin_PROGRAMS =
|
|
|
|
direct_io_test_SOURCES = direct_io_test.c
|
|
if WITH_DEBUG
|
|
bin_PROGRAMS += direct_io_test
|
|
endif
|