Symbol prefixing: in-house copy of hash table
[lttng-tools.git] / src / common / hashtable / Makefile.am
index 7a2b83517a4a0a5cdddfb13246afee44c438a66c..021f01c7915660d6b1888078a219942ccebc55cd 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 noinst_LTLIBRARIES = libhashtable.la
 
@@ -8,6 +8,7 @@ libhashtable_la_SOURCES = hashtable.c hashtable.h \
                          rculfhash.h rculfhash.c \
                          rculfhash-mm-chunk.c \
                          rculfhash-mm-mmap.c \
-                         rculfhash-mm-order.c
+                         rculfhash-mm-order.c \
+                         hashtable-symbols.h
 
 libhashtable_la_LIBADD = -lurcu-common -lurcu
This page took 0.023055 seconds and 4 git commands to generate.