# SPDX-License-Identifier: GPL-3.0-or-later

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

SUBDIRS = \
    adaptive_resortable_list \
    avl \
    buffer \
    clocks \
    config \
    dictionary \
    eval \
    locks \
    log \
    popen \
    procfile \
    simple_pattern \
    socket \
    statistical \
    storage_number \
    threads \
    url \
    $(NULL)

dist_noinst_DATA = \
	README.md \
	$(NULL)