summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-07 13:46:59 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:42 +0200
commit5eff0b6c58c9a033e4794d9de76fcd777e49d09d (patch)
tree8d2508c1b0048d3a604264dd93054333267a0352 /unixODBC
parent7a72abad2326bbb15843d35f579ae6f4e2fb947a (diff)
improve odbc headers handling
Diffstat (limited to 'unixODBC')
-rw-r--r--unixODBC/Module_unixODBC.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/unixODBC/Module_unixODBC.mk b/unixODBC/Module_unixODBC.mk
index 084094c2dfb6..64bdca3899b1 100644
--- a/unixODBC/Module_unixODBC.mk
+++ b/unixODBC/Module_unixODBC.mk
@@ -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: