From: ellson Date: Sat, 1 Mar 2008 01:51:17 +0000 (+0000) Subject: fix up Makefile.am for smyrna file churn X-Git-Tag: LAST_LIBGRAPH~32^2~4641 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=807fc157322d9e1346e66f73d9e36f54a676ab32;p=graphviz fix up Makefile.am for smyrna file churn --- diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index 0c6f932d2..804bea885 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -24,15 +24,15 @@ AM_CPPFLAGS = \ $(GTK_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) $(FONTCONFIG_CFLAGS) if WITH_SMYRNA -noinst_HEADERS = draw.h gltemplate.h hier.h materials.h support.h topview.h \ - trackball.h tvnodes.h viewport.h smyrnadefs.h glexpose.h topviewdata.h \ - topviewdefs.h gui/glmenu.h +noinst_HEADERS = btree.h draw.h filter.h gltemplate.h hier.h materials.h \ + selection.h support.h topview.h trackball.h tvnodes.h viewport.h \ + smyrnadefs.h glexpose.h topviewdata.h topviewdefs.h gui/glmenu.h bin_PROGRAMS = smyrna endif -smyrna_SOURCES = draw.c gltemplate.c hier.c main.c support.c template.c \ - topview.c trackball.c tvnodes.c viewport.c glexpose.c topviewdata.c \ - gui/glmenu.c +smyrna_SOURCES = btree.c draw.c filter.c gltemplate.c hier.c main.c support.c \ + template.c topview.c trackball.c tvnodes.c viewport.c glexpose.c \ + topviewdata.c gui/glmenu.c smyrna_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ $(top_builddir)/lib/cdt/libcdt_C.la \ diff --git a/lib/utilities/Makefile.am b/lib/utilities/Makefile.am index b1cfd66a9..7ebe337b8 100644 --- a/lib/utilities/Makefile.am +++ b/lib/utilities/Makefile.am @@ -14,13 +14,11 @@ AM_CPPFLAGS = \ if WITH_SMYRNA noinst_HEADERS = \ abstring.h cclass.h cname.h glTexFont.h glTexFontDefs.h \ - glTexFontInclude.h glTexFontTGA.h opengl_pango.h regex.h \ - regex2.h selection.h strcasecmp.h utils.h + glTexFontInclude.h glTexFontTGA.h opengl_pango.h utils.h noinst_LTLIBRARIES = libutilities_C.la endif libutilities_C_la_SOURCES = \ abstring.c glTexFont.c glTexFontColor.c glTexFontTGA.c \ - opengl_pango.c pangotest.c selection.c strcasecmp.c \ - intersect.c + opengl_pango.c pangotest.c intersect.c