From: ellson Date: Tue, 26 Feb 2008 19:16:32 +0000 (+0000) Subject: smyrna --> lower case filenames X-Git-Tag: LAST_LIBGRAPH~32^2~4684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc44e9eb6636b2026bbff9d0134531a95922a19;p=graphviz smyrna --> lower case filenames --- diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index 97948faa2..b89b3cf3f 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -19,12 +19,12 @@ 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 \ +noinst_HEADERS = draw.h gltemplate.h hier.h materials.h support.h topview.h \ trackball.h tvnodes.h viewport.h smyrnadefs.h bin_PROGRAMS = smyrna endif -smyrna_SOURCES = draw.c glTemplate.c hier.c main.c support.c template.c \ +smyrna_SOURCES = draw.c gltemplate.c hier.c main.c support.c template.c \ topview.c trackball.c tvnodes.c viewport.c smyrna_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ diff --git a/cmd/smyrna/glTemplate.c b/cmd/smyrna/gltemplate.c similarity index 100% rename from cmd/smyrna/glTemplate.c rename to cmd/smyrna/gltemplate.c diff --git a/cmd/smyrna/glTemplate.h b/cmd/smyrna/gltemplate.h similarity index 100% rename from cmd/smyrna/glTemplate.h rename to cmd/smyrna/gltemplate.h diff --git a/lib/utilities/Makefile.am b/lib/utilities/Makefile.am index 74587afce..2bc7bc97e 100644 --- a/lib/utilities/Makefile.am +++ b/lib/utilities/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/cmd/smyrna \ -I$(top_srcdir)/lib/utilities \ -I$(top_srcdir)/lib/xdot \ + -I$(top_srcdir)/lib/glcomp \ -I$(top_srcdir)/lib/cgraph \ -I$(top_srcdir)/lib/cdt \ $(GTK_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS)