Blame src/util/logging/Makefile.mk

Packit 0848f5
## -*- Mode: Makefile; -*-
Packit 0848f5
## vim: set ft=automake :
Packit 0848f5
##
Packit 0848f5
## (C) 2011 by Argonne National Laboratory.
Packit 0848f5
##     See COPYRIGHT in top-level directory.
Packit 0848f5
##
Packit 0848f5
Packit 0848f5
include $(top_srcdir)/src/util/logging/common/Makefile.mk
Packit 0848f5
Packit 0848f5
# these logging subsystems have conditionals internally to control their builds
Packit 0848f5
include $(top_srcdir)/src/util/logging/rlog/Makefile.mk
Packit 0848f5
Packit 0848f5
# "slog_api" conditionally existed in Makefile.sm, but doesn't seem to be
Packit 0848f5
# present in the current source tree, so this is commented out for now
Packit 0848f5
#include $(top_srcdir)/src/util/logging/slog_api/Makefile.mk
Packit 0848f5