From 62996fbf441dc92d686e97f336b20a5fea972962 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 22 Mar 2011 17:39:20 +0200 Subject: Add dist build files --- odb/qt/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 odb/qt/Makefile.am (limited to 'odb/qt/Makefile.am') diff --git a/odb/qt/Makefile.am b/odb/qt/Makefile.am new file mode 100644 index 0000000..d9fb5b4 --- /dev/null +++ b/odb/qt/Makefile.am @@ -0,0 +1,16 @@ +# file : odb/qt/Makefile.am +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +lib_LTLIBRARIES = libodb-qt.la +libodb_boost_la_SOURCES = __path__(sources) + +odbqtincludedir = $(includedir)/odb/qt/ +nobase_odbboostinclude_HEADERS = __path__(headers) __path__(options) +nobase_nodist_odbboostinclude_HEADERS = details/config.h + +EXTRA_DIST = __file__(extra_dist) + +AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' +AM_LDFLAGS = -release __value__(interface_version) -no-undefined -- cgit v1.1