Commit b8e17f1f authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix parallel build

parent 5a6e8618
......@@ -2,9 +2,13 @@
# This file is part of the UniSet library #
############################################################################
SUBDIRS=IDL src lib include Utilities extensions docs
FIRSTSUBDIRS=IDL
SUBDIRS=. src lib include Utilities extensions docs
include $(top_builddir)/conf/common.mk
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libUniSet.pc
all-local:
$(MAKE) -C $(FIRSTSUBDIRS)
......@@ -93,9 +93,7 @@ Libraries needed to develop for uniset extensions
%configure --disable-docs --disable-static
%endif
# Hack to make IDL first
%make -C IDL
%make_build || %make
%make_build
%install
%makeinstall_std
......
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