Kaydet (Commit) 1b4025b5 authored tarafından Kay Schenk's avatar Kay Schenk

#126118# Fix malformed if statements in makefile.

üst 691fc7ca
......@@ -38,17 +38,19 @@ $(eval $(call gb_Module_add_targets,vcl,\
Library_desktop_detector \
))
ifneq ($(ENABLE_GTK),)
ifeq ($(ENABLE_GTK),TRUE)
$(eval $(call gb_Module_add_targets,vcl,\
Library_vclplug_gtk \
))
endif
ifneq ($(ENABLE_KDE),)
ifeq ($(ENABLE_KDE),TRUE)
$(eval $(call gb_Module_add_targets,vcl,\
Library_vclplug_kde \
))
endif
ifneq ($(ENABLE_KDE4),)
ifeq ($(ENABLE_KDE4),TRUE)
$(eval $(call gb_Module_add_targets,vcl,\
Library_vclplug_kde4 \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment