Whamcloud - gitweb
LU-16694 tests: rewrite socket client, server in python
[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 EXTRA_DIST =
12
13 if CC_PLUGINS
14 lib_LTLIBRARIES = libfindstatic.la
15 libfindstatic_la_SOURCES = FindStatic.cpp
16 EXTRA_DIST += FindStatic.cpp
17 endif # CC_PLUGINS