lttng: Don't build trace headers when lttng is disabled

Signed-off-by: Adam Crume <adamcrume@gmail.com>
This commit is contained in:
Adam Crume 2014-08-15 12:42:18 -07:00 committed by Sage Weil
parent 861e6a3920
commit a35b5d2c1b

View File

@ -54,6 +54,7 @@ noinst_LTLIBRARIES = \
librbd_tp.la \
libos_tp.la
if WITH_LTTNG
BUILT_SOURCES = \
librados.h \
librbd.h \
@ -61,6 +62,7 @@ BUILT_SOURCES = \
osd.h \
pg.h \
objectstore.h
endif
CLEANFILES = \
$(nodist_libosd_tp_la_SOURCES) \