]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Fix compilation issues after splitting SETTINGS into interface and
[stg.git] / projects / stargazer / Makefile
index 2b3bf3fb4dbb21a7de996b6e28c8bed53e26f64d..9f7dd8692eaceb6443ed0865e888d743861416d4 100644 (file)
@@ -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\