From: Maxim Mamontov Date: Sat, 13 Aug 2011 16:11:58 +0000 (+0300) Subject: Corporations added to compilation X-Git-Tag: 2.408-alpha~27 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/1911f68bb36127dfecfcd0fd71726069837053a0?hp=1b2fc630ee7edf4f8763bbf0e976789d26ff9372 Corporations added to compilation --- 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 \