]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Fix rscript plugin compilation errors
[stg.git] / projects / stargazer / Makefile
index 9f7dd8692eaceb6443ed0865e888d743861416d4..beac6fc6c062667bb70c0e5897d0487dddc58ffc 100644 (file)
@@ -17,7 +17,7 @@ SRCS = ./admin_impl.cpp \
        ./store_loader.cpp \
        ./tariff_impl.cpp \
        ./tariffs_impl.cpp \
-       ./traffcounter.cpp \
+       ./traffcounter_impl.cpp \
        ./user_impl.cpp \
        ./user_property.cpp \
        ./users_impl.cpp
@@ -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