]> granicus.if.org Git - graphviz/commitdiff
smyrna Makefile.am fixes
authorellson <devnull@localhost>
Tue, 26 Feb 2008 19:33:14 +0000 (19:33 +0000)
committerellson <devnull@localhost>
Tue, 26 Feb 2008 19:33:14 +0000 (19:33 +0000)
lib/gui/Makefile.am
lib/gui/gui.c

index 3575de0cd8030b3f29fb3e98a3c922ea59c31e67..331a1f8e6cb9aa41f7ec117b4f1b06ab3816b759 100644 (file)
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/xdot \
        -I$(top_srcdir)/lib/cgraph \
        -I$(top_srcdir)/lib/cdt \
+       -I$(top_srcdir)/lib/glcomp \
        -I$(top_srcdir)/lib/utilities \
        -I$(top_srcdir)/lib/topfish \
        -I$(top_srcdir)/cmd/smyrna \
index edc683cfa71e4d4d67e64baf70d4e2231fa80bc2..877b573524ec5604a3b93c67845217cf14b43cf3 100755 (executable)
@@ -63,7 +63,7 @@ void create_object_properties()
        char* data4="TEST4";
        GladeXML *xml;
     GtkWidget *widget;
-    xml = glade_xml_new(GTKTOPVIEW_GLADE, NULL, NULL);
+    xml = glade_xml_new(SMYRNA_GLADE, NULL, NULL);
 
        widget = glade_xml_get_widget(xml, "listPoints");
        gtk_clist_set_column_title          (widget,0,"Def");
@@ -104,7 +104,7 @@ void graph_properties_init(int newgraph)    //initialize little open graph dialog
 
 
        gint result=0;
-       xml = glade_xml_new(GTKTOPVIEW_GLADE, NULL, NULL);
+       xml = glade_xml_new(SMYRNA_GLADE, NULL, NULL);
        gladewidget = glade_xml_get_widget(xml, "entryGraphFileName");
 
        //signals
@@ -545,7 +545,7 @@ void load_attributes()
        int ind=0;
        int attrcount=0;
        //loads attributes from a text file
-       file = fopen (GTKTOPVIEW_ATTRS, "r");
+       file = fopen (SMYRNA_ATTRS, "r");
        if ( file != NULL )
        {
                while ( fgets ( line, sizeof line, file ) != NULL )