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