mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
dist_man_MANS =
|
|
|
|
if ENABLE_CLIENT
|
|
include Makefile-client.am
|
|
endif
|
|
|
|
if ENABLE_SERVER
|
|
include Makefile-server.am
|
|
endif
|