From: Maxim Mamontov Date: Sun, 10 Apr 2011 06:47:02 +0000 (+0300) Subject: Add includes dir to install process X-Git-Tag: 2.407-rc3~15 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/cd11c954038ca00b7254d3a1c128c07e73c79c5c Add includes dir to install process --- diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 56a1ebf9..36739cc6 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -74,6 +74,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