]> git.stg.codes - stg.git/commitdiff
Add includes dir to install process
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 10 Apr 2011 06:47:02 +0000 (09:47 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 10 Apr 2011 06:47:02 +0000 (09:47 +0300)
projects/stargazer/Makefile

index 56a1ebf9e855723d17422a0c842dc60318ae3082..36739cc6917b7f242f1f4112005028e1914e0c9f 100644 (file)
@@ -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