summaryrefslogtreecommitdiff
path: root/sccomp/Module_sccomp.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-03-27 14:51:46 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-03 11:42:12 +0200
commit077bdc73f2bcd625be1030fa8ff630c3dbd83657 (patch)
tree098872881ab723b3fa34670b2b0c88a23337c58b /sccomp/Module_sccomp.mk
parentdae3e18376a0fa770fa839959aeedc7c2044d4b6 (diff)
sccomp: Share common code and have only one library.
And use constructor feature for UNO implementations. Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d
Diffstat (limited to 'sccomp/Module_sccomp.mk')
-rw-r--r--sccomp/Module_sccomp.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sccomp/Module_sccomp.mk b/sccomp/Module_sccomp.mk
index 40ecd2900cea..6960f5761c86 100644
--- a/sccomp/Module_sccomp.mk
+++ b/sccomp/Module_sccomp.mk
@@ -20,8 +20,7 @@
$(eval $(call gb_Module_Module,sccomp))
$(eval $(call gb_Module_add_targets,sccomp,\
- $(if $(ENABLE_COINMP), Library_coinmpsolver) \
- $(if $(ENABLE_LPSOLVE), Library_solver) \
+ $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE), Library_solver) \
))
$(eval $(call gb_Module_add_l10n_targets,sccomp,\