X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0f7d406b3da99019403e76e7ca7686c14a583b3f..ede91934442fd804d7b818971a44e3ad795cb01f:/projects/stargazer/Makefile diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 2b3bf3fb..29d61b1a 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -6,17 +6,17 @@ include ../../Makefile.conf PROG = stargazer -SRCS = ./admin.cpp \ - ./admins.cpp \ +SRCS = ./admin_impl.cpp \ + ./admins_impl.cpp \ ./main.cpp \ ./settings.cpp \ ./stg_timer.cpp \ - ./tariff.cpp \ - ./tariffs.cpp \ + ./tariff_impl.cpp \ + ./tariffs_impl.cpp \ ./traffcounter.cpp \ - ./user.cpp \ + ./user_impl.cpp \ ./user_property.cpp \ - ./users.cpp \ + ./users_impl.cpp \ ./plugin_runner.cpp \ ./store_loader.cpp \ ./pidfile.cpp \ @@ -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\