From 823026b58211a4166de06ac243d978dcb9930271 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2024 15:58:08 +0300 Subject: Turn odb repository into muti-package repository Also remove the autoconf/make-based build system. --- odb/Makefile.am | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 odb/Makefile.am (limited to 'odb/Makefile.am') diff --git a/odb/Makefile.am b/odb/Makefile.am deleted file mode 100644 index 04d8ccf..0000000 --- a/odb/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -# file : odb/Makefile.am -# license : GNU GPL v3; see accompanying LICENSE file - -plugindir = @plugindir@ - -bin_PROGRAMS = odb -plugin_LTLIBRARIES = odb.la - -AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)' - -# Note: not passed by libtool when linking odb.so. Seems to be harmless for -# now. -# -AM_CXXFLAGS = -std=c++0x - -EXTRA_DIST = __path__(headers) __path__(extra_dist) - -# Plugin. -# -odb_la_SOURCES = __path__(plugin_sources) __path__(common_sources) -odb_la_LDFLAGS = -module -shrext .so -avoid-version - -# Remove the .la file from the final install. -# -install-data-hook: - rm -f '$(DESTDIR)$(plugindir)/odb.la' - -# Driver. -# -odb_SOURCES = __path__(driver_sources) __path__(common_sources) - -# Make sure common sources are compiled differently. -# -odb_CXXFLAGS = $(AM_CXXFLAGS) -- cgit v1.1