]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Rename BASE_AUTH and BASE_STORE to AUTH and STORE
[stg.git] / projects / stargazer / Makefile
index 2b3bf3fb4dbb21a7de996b6e28c8bed53e26f64d..29d61b1ac65ac71d0142c452aef8b3531c337252 100644 (file)
@@ -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\