common: compile libcompat as C++
[lttng-tools.git] / src / common / compat / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
d31efcff
DG
3noinst_LTLIBRARIES = libcompat.la
4
740da7d5
SM
5libcompat_la_SOURCES = \
6 compat-fcntl.cpp \
7 directory-handle.cpp \
8 directory-handle.h \
9 dirent.h \
10 endian.h \
11 errno.h \
12 fcntl.h \
13 getenv.h \
14 mman.h \
15 netdb.h \
16 path.h \
17 paths.h \
18 poll.cpp \
19 poll.h \
20 pthread.h \
21 socket.h \
22 string.h \
23 tid.h \
24 time.h
This page took 0.052228 seconds and 4 git commands to generate.