projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move all sources to 'src/'
[lttng-ust.git]
/
Makefile.am
1
# SPDX-License-Identifier: LGPL-2.1-only
2
3
ACLOCAL_AMFLAGS = -I m4
4
5
SUBDIRS = \
6
include \
7
src \
8
tools \
9
doc \
10
tests
11
12
dist_doc_DATA = \
13
ChangeLog \
14
LICENSE \
15
README.md
16
17
dist_noinst_DATA = \
18
CodingStyle \
19
CONTRIBUTING.md \
20
LICENSES/BSD-2-Clause \
21
LICENSES/BSD-3-Clause \
22
LICENSES/GPL-2.0 \
23
LICENSES/GPL-3.0 \
24
LICENSES/LGPL-2.1 \
25
LICENSES/MIT
26
27
check-loop:
28
cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
29
.PHONY: check-loop
This page took
0.030877 seconds
and
4
git commands to generate.