From eda75b6d9bf62d95a341e40a6ac8cde5a2a51f82 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 10 Apr 2002 17:51:34 +0000 Subject: [PATCH] Let's try it again, with the correct file name this time. --- src/Include/Makefile.am | 1 + src/Include/{fg_callback.h => fg_callback.hxx} | 0 2 files changed, 1 insertion(+) rename src/Include/{fg_callback.h => fg_callback.hxx} (100%) diff --git a/src/Include/Makefile.am b/src/Include/Makefile.am index 6764b99aa..fd432745d 100644 --- a/src/Include/Makefile.am +++ b/src/Include/Makefile.am @@ -3,6 +3,7 @@ EXTRA_DIST = \ config.h.in \ config.h-msvc6 \ cmdargs.h \ + fg_callback.hxx \ fg_typedefs.h \ fg_stl_config.h \ general.hxx diff --git a/src/Include/fg_callback.h b/src/Include/fg_callback.hxx similarity index 100% rename from src/Include/fg_callback.h rename to src/Include/fg_callback.hxx -- 2.39.5