From 616fdbae6bb41d91ce9682e9dd4a9347fd211852 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Mar 2011 17:37:45 +0200 Subject: Autotools build system setup --- odb/qt/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/qt/Makefile.am') diff --git a/odb/qt/Makefile.am b/odb/qt/Makefile.am index d9fb5b4..a923820 100644 --- a/odb/qt/Makefile.am +++ b/odb/qt/Makefile.am @@ -4,11 +4,11 @@ # license : GNU GPL v2; see accompanying LICENSE file lib_LTLIBRARIES = libodb-qt.la -libodb_boost_la_SOURCES = __path__(sources) +libodb_qt_la_SOURCES = __path__(sources) odbqtincludedir = $(includedir)/odb/qt/ -nobase_odbboostinclude_HEADERS = __path__(headers) __path__(options) -nobase_nodist_odbboostinclude_HEADERS = details/config.h +nobase_odbqtinclude_HEADERS = __path__(headers) __path__(options) +nobase_nodist_odbqtinclude_HEADERS = details/config.h EXTRA_DIST = __file__(extra_dist) -- cgit v1.1