DtMmdb: move to lib directory as a standalone library.
This commit is contained in:
11
cde/lib/DtMmdb/storage/Makefile.am
Normal file
11
cde/lib/DtMmdb/storage/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libstorage.la
|
||||
|
||||
libstorage_la_CXXFLAGS = -DPORTABLE_DB -I..
|
||||
|
||||
libstorage_la_SOURCES = abs_storage.C chunks_index.C heap_comp_funcs.C \
|
||||
lru.C page.C page_cache.C \
|
||||
page_rep.C page_storage.C rep_cell.C \
|
||||
rep_policy.C store_test.C unixf_storage.C \
|
||||
version.C vm_storage.C
|
||||
Reference in New Issue
Block a user