[beast/devel: 13/15] BSE: fixed gslincluder.h file name



commit 09e637cc4b4f9e0c34de852374225eeb06cb4c40
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 16 16:38:10 2012 +0100

    BSE: fixed gslincluder.h file name

 bse/Makefile.am                      |    2 +-
 bse/{gslincluder.c => gslincluder.h} |    0
 bse/gsloscillator.cc                 |    4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index 151cd51..1f3162b 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -126,7 +126,7 @@ EXTRA_DIST += $(strip \
 	bseconfig.h.in	bsepcmmodule.cc				\
 	bsewave.header						\
 	gsl-fftgen.pl	gsl-fftconf.sh	gsloscillator-aux.cc	\
-	gslincluder.c	gslwaveosc-aux.cc			\
+	gslincluder.h	gslwaveosc-aux.cc			\
 )
 
 # -pthread -> -lpthread hack (required for libtool library linkage)
diff --git a/bse/gslincluder.c b/bse/gslincluder.h
similarity index 100%
rename from bse/gslincluder.c
rename to bse/gslincluder.h
diff --git a/bse/gsloscillator.cc b/bse/gsloscillator.cc
index 87fdcd8..2c4d69d 100644
--- a/bse/gsloscillator.cc
+++ b/bse/gsloscillator.cc
@@ -87,7 +87,7 @@ osc_update_pwm_offset (GslOscData *osc,
                                 const gfloat*,const gfloat*,const gfloat*, \
 		                const gfloat*,gfloat*,gfloat*)
 #define	GSL_INCLUDER_FILE	"gsloscillator-aux.cc"
-#include "gslincluder.c"
+#include "gslincluder.h"
 #undef	OSC_INCLUDER_FLAGS
 
 /* pulse width modulation oscillator variants */
@@ -99,7 +99,7 @@ osc_update_pwm_offset (GslOscData *osc,
                                 const gfloat*,const gfloat*,const gfloat*, \
 		                const gfloat*,gfloat*,gfloat*)
 #define	GSL_INCLUDER_FILE	"gsloscillator-aux.cc"
-#include "gslincluder.c"
+#include "gslincluder.h"
 #undef	OSC_INCLUDER_FLAGS
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]