Introduce common generic header file
[librseq.git] / Makefile.am
index 9b09be9f4d4bb9c991a5297958726ac390168646..ebb2b6b2a6c4bd296c19742db1762a6f7b1cd89f 100644 (file)
@@ -1,11 +1,10 @@
 # SPDX-License-Identifier: MIT
-#
-# Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
-#
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
 
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = \
+       doc \
        include \
        src \
        tests
@@ -14,5 +13,10 @@ dist_doc_DATA = README.md
 
 EXTRA_DIST = \
        LICENSE \
-       LICENSES/LGPL-2.1-only \
-       LICENSES/MIT
+       LICENSES/LicenseRef-Autoconf-exception-macro.txt \
+       LICENSES/BSD-2-Clause.txt \
+       LICENSES/FSFAP.txt \
+       LICENSES/GPL-2.0-or-later.txt \
+       LICENSES/GPL-3.0-or-later.txt \
+       LICENSES/Linux-syscall-note.txt \
+       LICENSES/MIT.txt
This page took 0.023526 seconds and 4 git commands to generate.