From 422946df59a013e2d5512137497c0648575f1828 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 12:20:21 +0200 Subject: Fix dynamic library support in autotools build --- odb/qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/Makefile.am') diff --git a/odb/qt/Makefile.am b/odb/qt/Makefile.am index a923820..2c29ab2 100644 --- a/odb/qt/Makefile.am +++ b/odb/qt/Makefile.am @@ -12,5 +12,5 @@ nobase_nodist_odbqtinclude_HEADERS = details/config.h EXTRA_DIST = __file__(extra_dist) -AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' +AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_QT_DYNAMIC_LIB AM_LDFLAGS = -release __value__(interface_version) -no-undefined -- cgit v1.1