Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
[lttng-tools.git] / src / common / hashtable / Makefile.am
1 noinst_LTLIBRARIES = libhashtable.la
2
3 libhashtable_la_SOURCES = hashtable.c hashtable.h \
4 utils.c utils.h \
5 hashtable-symbols.h
6
7 libhashtable_la_LIBADD = -lurcu-common -lurcu -lurcu-cds
This page took 0.029248 seconds and 4 git commands to generate.