summaryrefslogtreecommitdiff
path: root/odb/sqlite/Makefile.am
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:01:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:01:19 +0300
commite5d0186db99492a139237067bab841a5b83463af (patch)
tree61719595e998314e58383c5081da16d7457a63e7 /odb/sqlite/Makefile.am
parentc53136bd7d266fccaca679d0471dd8ac0ce91373 (diff)
Turn libodb-sqlite repository into package for muti-package repositorylibodb-sqlite
Diffstat (limited to 'odb/sqlite/Makefile.am')
-rw-r--r--odb/sqlite/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am
deleted file mode 100644
index 0f66fc3..0000000
--- a/odb/sqlite/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-# file : odb/sqlite/Makefile.am
-# license : GNU GPL v2; see accompanying LICENSE file
-
-lib_LTLIBRARIES = libodb-sqlite.la
-libodb_sqlite_la_SOURCES = __path__(sources)
-
-odbsqliteincludedir = $(includedir)/odb/sqlite/
-nobase_odbsqliteinclude_HEADERS = __path__(headers)
-nobase_nodist_odbsqliteinclude_HEADERS = details/config.h
-
-EXTRA_DIST = __file__(extra_dist)
-
-AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_SQLITE_DYNAMIC_LIB
-AM_LDFLAGS = -release __value__(interface_version) -no-undefined