]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/profiler/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / lib / profiler / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
f0ba1a9b
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
25f98340
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11XPROFSRC= \
12 get_tick.h \
13 Profiler.cc \
14 Profiler.h \
15 xprof_type.h
16
17if ENABLE_XPROF_STATS
18libprofiler_la_SOURCES = $(XPROFSRC)
19noinst_LTLIBRARIES = libprofiler.la
20else
21EXTRA_DIST = $(XPROFSRC)
22endif