Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 # no optimization
4 AM_CPPFLAGS = -O0
5 noinst_PROGRAMS = userspace-probe-elf-cxx-binary
6 userspace_probe_elf_cxx_binary_SOURCES = userspace-probe-elf-cxx-binary.cpp test_class.cpp test_class.hpp
This page took 0.029883 seconds and 4 git commands to generate.