diff options
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. |