Fix: Don't override user variables within the build system
[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.03071 seconds and 5 git commands to generate.