head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.05.12.08.26.17; author rse; state Exp; branches; next ; commitid wOP3BFfYiSsarE2t; desc @@ 1.1 log @new package: tinyap 1.4.0 (Recursive Descent Parser and Abstract Syntax Tree Walker) @ text @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 @