summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2013-07-17 08:47:38 +0200
committerRene Engelhard <rene@debian.org>2013-07-17 08:48:50 +0200
commit0d7facdf06728bb1dfeb13ecca199184638c2c3b (patch)
treebe10a110218f6df778a8554bb75d73becb937138 /scp2
parentf2ef6605e294d3a95dc1c9639e4c23245988e61a (diff)
InstallModule_firebird.mk: actually define SYSTEM_FIREBIRD
Change-Id: I3250eddfb1a718b45694624a3d881210d2136ec4
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallModule_firebird.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/InstallModule_firebird.mk b/scp2/InstallModule_firebird.mk
index b11169ffc2c8..4ee945d16be8 100644
--- a/scp2/InstallModule_firebird.mk
+++ b/scp2/InstallModule_firebird.mk
@@ -14,4 +14,8 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/firebird,\
scp2/source/firebird/module_firebird \
))
+$(eval $(call gb_InstallModule_define_if_set,scp2/firebird,\
+ SYSTEM_FIREBIRD \
+))
+
# vim: set shiftwidth=4 tabstop=4 noexpandtab: