From 982cdadc3a5f297fefa669bf2bbf881245f6955e Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 31 Oct 2008 16:13:29 +0100 Subject: [PATCH] Free dist: fix installation of lib-only package --- ucw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ucw/Makefile b/ucw/Makefile index 5c328ca4..b9e4016e 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -149,6 +149,8 @@ ifdef CONFIG_UCW_SHELL_UTILS include $(s)/ucw/shell/Makefile endif +CONFIGS+=libucw + INSTALL_TARGETS+=install-libucw install-libucw: install -d -m 755 $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw/ $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) $(DESTDIR)$(INSTALL_CONFIG_DIR) -- 2.39.2