From 7568af7fcd52bdce8b049fe1b089da693e995517 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 20 Aug 2008 13:37:03 +0000 Subject: [PATCH] sems-stats source file .c -> .cxx to avoid confusion while installed. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1064 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/stats/Makefile | 4 ++-- core/plug-in/stats/{query_stats.c => query_stats.cxx} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename core/plug-in/stats/{query_stats.c => query_stats.cxx} (100%) diff --git a/core/plug-in/stats/Makefile b/core/plug-in/stats/Makefile index f4deff9d..1dd038fa 100644 --- a/core/plug-in/stats/Makefile +++ b/core/plug-in/stats/Makefile @@ -12,8 +12,8 @@ extra_clean = clean_query_stats include ../Makefile.app_module -$(QUERY_STATS_NAME): query_stats.c Makefile - $(CXX) $(CXXFLAGS) -o $(QUERY_STATS_NAME) query_stats.c +$(QUERY_STATS_NAME): query_stats.cxx Makefile + $(CXX) $(CXXFLAGS) -o $(QUERY_STATS_NAME) query_stats.cxx install_query_stats: query_stats $(DESTDIR)$(bin-prefix)/$(bin-dir) $(INSTALL-TOUCH) $(DESTDIR)$(bin-prefix)/$(bin-dir)$(QUERY_STATS_NAME) diff --git a/core/plug-in/stats/query_stats.c b/core/plug-in/stats/query_stats.cxx similarity index 100% rename from core/plug-in/stats/query_stats.c rename to core/plug-in/stats/query_stats.cxx