From: ellson Date: Fri, 20 Feb 2009 15:55:12 +0000 (+0000) Subject: builtins symbols are automatic for dot_static X-Git-Tag: LAST_LIBGRAPH~32^2~2440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=270af7aab3e0924a6302b7afe98869ef44be9793;p=graphviz builtins symbols are automatic for dot_static --- diff --git a/cmd/dot/Makefile.am b/cmd/dot/Makefile.am index a70f70440..1148f02fd 100644 --- a/cmd/dot/Makefile.am +++ b/cmd/dot/Makefile.am @@ -79,7 +79,7 @@ dot.1.pdf: $(srcdir)/dot.1 # Workaround is to link explicity to the .libs/libxxx.a # A better approach is probably to provide an explicit list of builtins # like $(top_srcdir)/lib/gvc/dot_builtins.c -dot_static_SOURCES = dot.c dot_builtins.c no_demand_loading.c +dot_static_SOURCES = dot.c no_demand_loading.c dot_static_LDFLAGS = -export-dynamic -dlpreopen self -export-symbols-regex '.*_LTX_library' dot_static_LDADD = \ $(top_builddir)/plugin/dot_layout/.libs/libgvplugin_dot_layout_C.a \