You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
636 B

Index: src/Makefile.in
--- src/Makefile.in.orig 2008-05-11 14:31:54 +0200
+++ src/Makefile.in 2008-05-12 10:23:32 +0200
@@ -198,7 +198,7 @@
noinst_HEADERS = ast.h pilot_manager.h pilot_cache.h hashtab.h node_cache.h tokenizer.h stack.h walker.h tutorial.h
lib_LTLIBRARIES = libtinyap.la
tinyap_SOURCES = main.c
-tinyap_LDADD = -ldl libtinyap.la
+tinyap_LDADD = libtinyap.la
tinyap_LDFLAGS = -Wl,--export-dynamic
libtinyap_la_SOURCES = ast.c tokenizer.c ape_prettyprint.c node_cache.c pilot_cache.c pilot_manager.c stack.c tinyap.c walkableast.c walker.c serialize.c bootstrap.c unparser.c unrepl.c 3rd_party/lookup3.c
all: all-am