Browse Source

Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED

David Schleef 22 years ago
parent
commit
fc307f9d9b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/Makefile

+ 2 - 0
test/Makefile

@@ -34,7 +34,9 @@ DIRS = $(ALL_SUBDIRS)
 #	DIRS =
 #endif
 ifeq ($(strip $(HAVE_SHARED)),true)
+  ifeq ($(strip $(DODYNAMIC)),true)
 	DIRS += ldso
+  endif	
 endif	
 
 all: subdirs