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