src/common: use single Makefile for parallel builds
[lttng-tools.git] / src / common / hashtable / Makefile.am
diff --git a/src/common/hashtable/Makefile.am b/src/common/hashtable/Makefile.am
deleted file mode 100644 (file)
index f16b1b5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-noinst_LTLIBRARIES = libhashtable-gpl.la libhashtable-lgpl.la
-
-libhashtable_lgpl_la_SOURCES = \
-       seed.cpp \
-       utils.cpp \
-       utils.h
-
-libhashtable_gpl_la_SOURCES = \
-       hashtable.cpp \
-       hashtable.h \
-       hashtable-symbols.h
-
-libhashtable_gpl_la_LIBADD = \
-       $(URCU_LIBS) \
-       $(URCU_CDS_LIBS)
This page took 0.022987 seconds and 4 git commands to generate.