-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 \
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");
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
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 )