From 1911f68bb36127dfecfcd0fd71726069837053a0 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 13 Aug 2011 19:11:58 +0300 Subject: [PATCH] Corporations added to compilation --- projects/stargazer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 36739cc6..56702d07 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -8,11 +8,13 @@ PROG = stargazer SRCS = ./admin_impl.cpp \ ./admins_impl.cpp \ + ./corps_impl.cpp \ ./eventloop.cpp \ ./main.cpp \ ./pidfile.cpp \ ./plugin_runner.cpp \ ./settings_impl.cpp \ + ./services_impl.cpp \ ./stg_timer.cpp \ ./store_loader.cpp \ ./tariff_impl.cpp \ -- 2.43.2