summaryrefslogtreecommitdiff
path: root/libcmis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libcmis/Makefile')
-rw-r--r--libcmis/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcmis/Makefile b/libcmis/Makefile
index f3cf94ea4f55..72632c764dfc 100644
--- a/libcmis/Makefile
+++ b/libcmis/Makefile
@@ -26,13 +26,13 @@
# instead of those above.
ifeq ($(strip $(SRC_ROOT)),)
-$(error No environment set!)
-endif
+include ../solenv/gbuild/source_and_rerun.mk
+else
gb_PARTIALBUILD := T
-GBUILDDIR := $(SRC_ROOT)/solenv/gbuild
-include $(GBUILDDIR)/gbuild.mk
+include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+endif
# vim: set noet sw=4 ts=4: