database: simple hashmap based database implementation

This commit is contained in:
Juho Hämäläinen 2009-08-12 18:30:14 +03:00 committed by Lennart Poettering
parent 61105df13b
commit ea5cdcbe52
3 changed files with 534 additions and 2 deletions

View file

@ -870,6 +870,9 @@ libpulsecore_@PA_MAJORMINORMICRO@_la_CFLAGS += $(TDB_CFLAGS)
libpulsecore_@PA_MAJORMINORMICRO@_la_LIBADD += $(TDB_LIBS)
endif
if HAVE_SIMPLEDB
libpulsecore_@PA_MAJORMINORMICRO@_la_SOURCES += pulsecore/database-simple.c
endif
# We split the foreign code off to not be annoyed by warnings we don't care about
noinst_LTLIBRARIES = libpulsecore-foreign.la