Add special rules for monolithic-lib-op.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-08-10 22:43:47 +02:00
parent cbd1507a8e
commit 36225c3cda

View file

@ -141,6 +141,10 @@
(gather-components 'compile-op c
:filter-system (and (not (bundle-op-monolithic-p o)) c)
:filter-type '(not system)))
(defmethod bundle-sub-operations ((o monolithic-lib-op) c)
(gather-components 'compile-op c
:filter-system nil
:filter-type '(not system)))
;;;
;;; SHARED LIBRARIES
;;;