diff options
Diffstat (limited to 'database/Makefile.am')
-rw-r--r-- | database/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/database/Makefile.am b/database/Makefile.am deleted file mode 100644 index 21b4896d3..000000000 --- a/database/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later - -AUTOMAKE_OPTIONS = subdir-objects -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in - -SUBDIRS = \ - engine \ - ram \ - sqlite \ - contexts \ - $(NULL) - -dist_noinst_DATA = \ - README.md \ - $(NULL) |