projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.lttng.org/lttng-tools
[lttng-tools.git]
/
src
/
common
/
hashtable
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/include
2
3
noinst_LTLIBRARIES = libhashtable.la
4
5
libhashtable_la_SOURCES = hashtable.c hashtable.h \
6
utils.c utils.h \
7
rculfhash-internal.h urcu-flavor.h \
8
rculfhash.h rculfhash.c \
9
rculfhash-mm-chunk.c \
10
rculfhash-mm-mmap.c \
11
rculfhash-mm-order.c
12
13
libhashtable_la_LIBADD = -lurcu-common -lurcu
This page took
0.031168 seconds
and
4
git commands to generate.