improve odbc headers handling

This commit is contained in:
Matúš Kukan
2012-04-07 13:46:59 +02:00
committed by David Tardon
parent 7a72abad23
commit 5eff0b6c58
6 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -29,6 +30,12 @@
$(eval $(call gb_Module_Module,unixODBC))
ifeq ($(SYSTEM_ODBC_HEADERS),NO)
$(eval $(call gb_Module_add_targets,unixODBC,\
Package_inc \
))
endif
# vim: set noet sw=4 ts=4: