]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Fix tariff and user subscription in SMUX
[stg.git] / projects / stargazer / Makefile
index 56a1ebf9e855723d17422a0c842dc60318ae3082..56702d0711b3ee114d1fcc1fede08ccb368aa70f 100644 (file)
@@ -8,11 +8,13 @@ PROG = stargazer
 
 SRCS = ./admin_impl.cpp \
        ./admins_impl.cpp \
+       ./corps_impl.cpp \
        ./eventloop.cpp \
        ./main.cpp \
        ./pidfile.cpp \
        ./plugin_runner.cpp \
        ./settings_impl.cpp \
+       ./services_impl.cpp \
        ./stg_timer.cpp \
        ./store_loader.cpp \
        ./tariff_impl.cpp \
@@ -74,6 +76,7 @@ install: install-bin install-data
 
 install-bin: $(PROG)
        install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+       $(MAKE) -C $(DIR_INCLUDE) install
        $(MAKE) -C $(DIR_LIBSRC) install
        $(MAKE) -C $(DIR_PLUGINS) install