Whamcloud - gitweb
LU-16961 clang: plugins and build system integration
[fs/lustre-release.git] / cc-plugins / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 #
4 # This file is part of Lustre, http://www.lustre.org/
5 #
6 # cc-plugins/Makefile.am
7 #
8 # Automake file for compiler plugins.
9 #
10
11 if CC_PLUGINS
12 lib_LTLIBRARIES = libfindstatic.la
13 libfindstatic_la_SOURCES = FindStatic.cpp
14 endif # CC_PLUGINS