]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/Makefile
libsh installs
[libucw.git] / free / libs / Makefile
index c2c11b221ff9c29027f11fee984e2fc6e01c2079..41eef5f94b17fa2997150b45ddfa069aeab91535 100644 (file)
@@ -25,6 +25,7 @@ CONFIGS+=sherlock local
 # Set up names of common libraries (to avoid forward references in rules)
 LIBCHARSET=$(o)/charset/libcharset.pc
 LIBSH=$(o)/sherlock/libsh.pc
+LIBSHXML=$(o)/sherlock/xml/libshxml.pc
 
 # Include makefiles of libraries we wish to use
 include $(s)/charset/Makefile
@@ -46,3 +47,11 @@ libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG)
 
 # And finally the default rules of the build system
 include $(s)/build/Makebottom
+
+ifndef CONFIG_LOCAL
+install: $(INSTALL_TARGETS)
+else
+install:
+       @echo "Nothing to install, this is a local build." && false
+endif
+.PHONY: install