- don't forget to build libltdl
This commit is contained in:
parent
ed5ca4801b
commit
01ef0ca14c
@ -1,6 +1,9 @@
|
||||
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen
|
||||
|
||||
all:
|
||||
build_libltdl:
|
||||
cd libltdl; make all
|
||||
|
||||
all: build_libltdl
|
||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
|
||||
|
||||
test: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user