From da5ff2ca98ae275f6e9addbad52621415fd30160 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 25 Sep 2009 22:38:15 +0000 Subject: Add directives to support multi dir lib. --- intern/itasc/kdl/Makefile | 5 +++-- intern/itasc/kdl/utilities/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'intern/itasc/kdl') diff --git a/intern/itasc/kdl/Makefile b/intern/itasc/kdl/Makefile index 9b152c27c7c..058f93da4e1 100644 --- a/intern/itasc/kdl/Makefile +++ b/intern/itasc/kdl/Makefile @@ -30,8 +30,9 @@ include nan_definitions.mk -LIBNAME = itasc -DIR = $(OCGDIR)/intern/$(LIBNAME) +LIBNAME = itasc_kdl +# Yep, same dir than parent (itasc instead of $(LIBNAME)) +DIR = $(OCGDIR)/intern/itasc DIRS = utilities SOURCEDIR = intern/$(LIBNAME)/kdl diff --git a/intern/itasc/kdl/utilities/Makefile b/intern/itasc/kdl/utilities/Makefile index 4397a80cef5..8ee08089e10 100644 --- a/intern/itasc/kdl/utilities/Makefile +++ b/intern/itasc/kdl/utilities/Makefile @@ -30,8 +30,9 @@ include nan_definitions.mk -LIBNAME = itasc -DIR = $(OCGDIR)/intern/$(LIBNAME) +LIBNAME = itasc_kdl_util +# Same dir than parent (itasc instead of $(LIBNAME)) +DIR = $(OCGDIR)/intern/itasc include nan_compile.mk -- cgit v1.2.3