From 6a466d00402ab1716fa346e3e33937ceea18e8a7 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Tue, 15 Oct 2024 22:56:38 +0200 Subject: [PATCH 1/1] fix makefile Signed-off-by: Michael Rasmussen --- Makefile.am | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Makefile.am b/Makefile.am index e51b99c..325a4a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,20 +2,8 @@ AUTOMAKE_OPTIONS = gnu ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = - -if BUILD_FILE -SUBDIRS += \ - file_storage -endif - -if BUILD_SQLITE -SUBDIRS += \ - sqlite_storage -endif - -SUBDIRS += \ - src +SUBDIRS = \ + src EXTRA_DIST = \ AUTHORS \ -- 2.39.5