]> git.datanom.net - lensdb.git/blame - Makefile.am
missing base files
[lensdb.git] / Makefile.am
CommitLineData
59849e54
MR
1AUTOMAKE_OPTIONS = gnu
2
3ACLOCAL_AMFLAGS = -I m4
4
5SUBDIRS =
6
7if BUILD_FILE
8SUBDIRS += \
9 file_storage
10endif
11
12if BUILD_SQLITE
13SUBDIRS += \
14 sqlite_storage
15endif
16
17SUBDIRS += \
18 src
19
20EXTRA_DIST = \
21 AUTHORS \
22 ChangeLog \
23 NEWS \
24 README \
25 TODO \
26 autogen.sh
27
This page took 0.044333 seconds and 5 git commands to generate.