diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:03 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:03 +0000 |
commit | c1a2237722820dcd5e387dda5a88085cf62e68b9 (patch) | |
tree | d8767f5498575b70bf6bacdbe962c776f6b84bb2 /buildlib/defaults.mak | |
parent | f826cfaa1c3f9fcf492fb65b22a2d964e78ae7ec (diff) |
Optimizations
Author: jgg
Date: 1998-12-07 07:26:19 GMT
Optimizations
Diffstat (limited to 'buildlib/defaults.mak')
-rw-r--r-- | buildlib/defaults.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildlib/defaults.mak b/buildlib/defaults.mak index f46e6156c..25512d249 100644 --- a/buildlib/defaults.mak +++ b/buildlib/defaults.mak @@ -69,6 +69,10 @@ ifdef STATICLIBS LIBRARY_H += $(BASE)/buildlib/staticlibrary.mak endif +ifdef ONLYSTATICLIBS +LIBRARY_H = $(BASE)/buildlib/staticlibrary.mak +endif + # Source location control # SUBDIRS specifies sub components of the module that # may be located in subdrictories of the source dir. |