From abc44e9eb6636b2026bbff9d0134531a95922a19 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 26 Feb 2008 19:16:32 +0000 Subject: [PATCH] smyrna --> lower case filenames --- cmd/smyrna/Makefile.am | 4 ++-- cmd/smyrna/{glTemplate.c => gltemplate.c} | 0 cmd/smyrna/{glTemplate.h => gltemplate.h} | 0 lib/utilities/Makefile.am | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename cmd/smyrna/{glTemplate.c => gltemplate.c} (100%) rename cmd/smyrna/{glTemplate.h => gltemplate.h} (100%) 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) -- 2.40.0