summaryrefslogtreecommitdiff
path: root/unixODBC/Module_unixODBC.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unixODBC/Module_unixODBC.mk')
-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: