From: Michael Rasmussen Date: Tue, 15 Oct 2024 20:56:38 +0000 (+0200) Subject: fix makefile X-Git-Url: http://git.datanom.net/lensdb.git/commitdiff_plain/6a466d00402ab1716fa346e3e33937ceea18e8a7?ds=sidebyside;hp=59849e5440d32749758396b86aacb8a11ea89862 fix makefile Signed-off-by: Michael Rasmussen --- 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 \