From af50e2603fd0f877d0f96da1562b0deda0590b70 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Feb 2019 13:01:12 +0200 Subject: Add support for building with build2 --- odb/qt/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/makefile') diff --git a/odb/qt/makefile b/odb/qt/makefile index 9a99fee..64b06cd 100644 --- a/odb/qt/makefile +++ b/odb/qt/makefile @@ -75,7 +75,7 @@ $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) $(dist): - $(call dist-data,$(sources) $(headers) $(options) details/config.h.in) + $(call dist-data,$(sources) $(headers) $(options) details/config.h.in details/config-vc.h) $(call meta-vc8proj,$(src_base)/libodb-qt4-vc8.vcproj) $(call meta-vc9proj,$(src_base)/libodb-qt4-vc9.vcproj) $(call meta-vc9proj,$(src_base)/libodb-qt5-vc9.vcproj) -- cgit v1.1