ceph/man/Makefile.am

12 lines
143 B
Makefile
Raw Normal View History

2009-03-10 21:39:54 +00:00
AUTOMAKE_OPTIONS = gnu
2015-01-15 09:17:34 +00:00
dist_man_MANS =
2015-03-05 18:35:02 +00:00
if ENABLE_CLIENT
include Makefile-client.am
endif
if ENABLE_SERVER
include Makefile-server.am
endif