X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/08dcd5a57eb047269d56884bd325409e626e4c7f..f5bfdf06e2e8f2e6f479cc6b477a6c7c4a69f965:/projects/stargazer/Makefile diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 2b3bf3fb..9f7dd869 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -6,21 +6,21 @@ include ../../Makefile.conf PROG = stargazer -SRCS = ./admin.cpp \ - ./admins.cpp \ +SRCS = ./admin_impl.cpp \ + ./admins_impl.cpp \ + ./eventloop.cpp \ ./main.cpp \ - ./settings.cpp \ + ./pidfile.cpp \ + ./plugin_runner.cpp \ + ./settings_impl.cpp \ ./stg_timer.cpp \ - ./tariff.cpp \ - ./tariffs.cpp \ + ./store_loader.cpp \ + ./tariff_impl.cpp \ + ./tariffs_impl.cpp \ ./traffcounter.cpp \ - ./user.cpp \ + ./user_impl.cpp \ ./user_property.cpp \ - ./users.cpp \ - ./plugin_runner.cpp \ - ./store_loader.cpp \ - ./pidfile.cpp \ - ./eventloop.cpp + ./users_impl.cpp STGLIBS = -lstg_logger \ -lstg_locker \ @@ -142,7 +142,7 @@ endif endif endif -deps: $(SRCS) ../../Makefile.conf +deps: $(SRCS) ../../Makefile.conf $(MAKE) -C $(DIR_LIBSRC) includes @>deps ;\ for file in $(SRCS); do\