765f64953ef841389adf2b8b87a58bf24c6ad146
[lttng-tools.git] / src / common / hashtable / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 noinst_LTLIBRARIES = libhashtable.la
4
5 libhashtable_la_SOURCES = hashtable.c hashtable.h \
6 utils.c utils.h \
7 hashtable-symbols.h
8
9 libhashtable_la_LIBADD = -lurcu-common -lurcu -lurcu-cds
This page took 0.029034 seconds and 3 git commands to generate.