]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Fix stglibs compilation errors
[stg.git] / projects / stargazer / Makefile
index 29d61b1ac65ac71d0142c452aef8b3531c337252..beac6fc6c062667bb70c0e5897d0487dddc58ffc 100644 (file)
@@ -8,19 +8,19 @@ PROG = stargazer
 
 SRCS = ./admin_impl.cpp \
        ./admins_impl.cpp \
+       ./eventloop.cpp \
        ./main.cpp \
-       ./settings.cpp \
+       ./pidfile.cpp \
+       ./plugin_runner.cpp \
+       ./settings_impl.cpp \
        ./stg_timer.cpp \
+       ./store_loader.cpp \
        ./tariff_impl.cpp \
        ./tariffs_impl.cpp \
-       ./traffcounter.cpp \
+       ./traffcounter_impl.cpp \
        ./user_impl.cpp \
        ./user_property.cpp \
-       ./users_impl.cpp \
-       ./plugin_runner.cpp \
-       ./store_loader.cpp \
-       ./pidfile.cpp \
-       ./eventloop.cpp
+       ./users_impl.cpp
 
 STGLIBS =  -lstg_logger \
           -lstg_locker \
@@ -72,7 +72,7 @@ distclean: clean
 
 install: install-bin install-data
 
-install-bin:
+install-bin: $(PROG)
        install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
        $(MAKE) -C $(DIR_LIBSRC) install
        $(MAKE) -C $(DIR_PLUGINS) install