]> granicus.if.org Git - graphviz/commitdiff
- no more username in output.
authorellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)
committerellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

cmd/tools/gvpack_builtins.c

index cddecba7045ba7252ff7bdb5a58125b3c21965cd..cb9e5e5e74649a118c24370769aaa967e828ffac 100644 (file)
@@ -17,3 +17,8 @@
 #include "gvplugin.h"
 
 extern gvplugin_library_t gvplugin_neato_layout_LTX_library;
+
+lt_symlist_t lt_preloaded_symbols[] = {
+       { "gvplugin_neato_layout_LTX_library", (void*)(&gvplugin_neato_layout_LTX_library) },
+       { 0, 0 }
+};