]> granicus.if.org Git - graphviz/commitdiff
builtins symbols are automatic for dot_static
authorellson <devnull@localhost>
Fri, 20 Feb 2009 15:55:12 +0000 (15:55 +0000)
committerellson <devnull@localhost>
Fri, 20 Feb 2009 15:55:12 +0000 (15:55 +0000)
cmd/dot/Makefile.am

index a70f70440bdb8e758060fa9be04422b1dba5ce6f..1148f02fd676ead7e0ddd551d7170986dabfbaaa 100644 (file)
@@ -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 \