From bd1567199bf9a875cd3cef3b0301d359ad008867 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Wed, 16 Jul 2003 12:46:11 +0000 Subject: [PATCH] * changed name to control factory --- helm/gtkmathview-bonobo/.cvsignore | 2 +- helm/gtkmathview-bonobo/src/.cvsignore | 2 +- helm/gtkmathview-bonobo/src/Makefile.am | 4 ++-- .../src/{gtkmathview-bonobo.c => control-factory.c} | 0 .../src/{gtkmathview-bonobo.h => control-factory.h} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename helm/gtkmathview-bonobo/src/{gtkmathview-bonobo.c => control-factory.c} (100%) rename helm/gtkmathview-bonobo/src/{gtkmathview-bonobo.h => control-factory.h} (100%) diff --git a/helm/gtkmathview-bonobo/.cvsignore b/helm/gtkmathview-bonobo/.cvsignore index 1d6c13d38..d4b698b3a 100644 --- a/helm/gtkmathview-bonobo/.cvsignore +++ b/helm/gtkmathview-bonobo/.cvsignore @@ -15,4 +15,4 @@ config.log config.status libtool stamp-h1 -` +gtkmathview-bonobo.pc diff --git a/helm/gtkmathview-bonobo/src/.cvsignore b/helm/gtkmathview-bonobo/src/.cvsignore index c150801c5..d4c91def3 100644 --- a/helm/gtkmathview-bonobo/src/.cvsignore +++ b/helm/gtkmathview-bonobo/src/.cvsignore @@ -3,5 +3,5 @@ GNOME_GtkMathView.server Makefile Makefile.in -gtkmathview-bonobo.lo libgtkmathview-bonobo.la +control-factory.lo diff --git a/helm/gtkmathview-bonobo/src/Makefile.am b/helm/gtkmathview-bonobo/src/Makefile.am index fa02addeb..ca93f9ee5 100644 --- a/helm/gtkmathview-bonobo/src/Makefile.am +++ b/helm/gtkmathview-bonobo/src/Makefile.am @@ -5,10 +5,10 @@ libgtkmathview_bonobo_la_LIBADD = $(GTKMATHVIEW_LIBS) $(BONOBOUI_LIBS) $(BONOBO_ libgtkmathview_bonobo_la_LDFLAGS = -version-info @GTKMATHVIEW_BONOBO_VERSION_INFO@ libgtkmathview_bonobo_la_SOURCES = \ - gtkmathview-bonobo.c + control-factory.c pkginclude_HEADERS = \ - gtkmathview-bonobo.h + control-factory.h INCLUDES = \ $(BONOBOUI_CFLAGS) \ diff --git a/helm/gtkmathview-bonobo/src/gtkmathview-bonobo.c b/helm/gtkmathview-bonobo/src/control-factory.c similarity index 100% rename from helm/gtkmathview-bonobo/src/gtkmathview-bonobo.c rename to helm/gtkmathview-bonobo/src/control-factory.c diff --git a/helm/gtkmathview-bonobo/src/gtkmathview-bonobo.h b/helm/gtkmathview-bonobo/src/control-factory.h similarity index 100% rename from helm/gtkmathview-bonobo/src/gtkmathview-bonobo.h rename to helm/gtkmathview-bonobo/src/control-factory.h -- 2.39.2