]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
lttng: Don't build trace headers when lttng is disabled
authorAdam Crume <adamcrume@gmail.com>
Fri, 15 Aug 2014 19:42:18 +0000 (12:42 -0700)
committerSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 17:57:34 +0000 (10:57 -0700)
Signed-off-by: Adam Crume <adamcrume@gmail.com>
src/tracing/Makefile.am

index fb601fe9f7ad6f35f3ce0afdc7aafa8c4b7a886f..a37b0457ac284bbcb34d85f8ea4bcc6b87004e3c 100644 (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) \