From: Martin Mares Date: Wed, 1 Apr 2015 12:39:54 +0000 (+0200) Subject: ... fix of the previous fix X-Git-Tag: v6.4~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4ade2ac015ce20d3db1dde54e466cba5025b8593;p=libucw.git ... fix of the previous fix --- diff --git a/ucw-xml/Makefile b/ucw-xml/Makefile index 7396537f..9f339b2f 100644 --- a/ucw-xml/Makefile +++ b/ucw-xml/Makefile @@ -44,7 +44,7 @@ install-libucw-xml-lib: INSTALL_TARGETS+=install-libucw-xml-api install-libucw-xml-api: - install -d -m 755 $(DESTDIR)$(INSTALL_INCLUDE_DIR)/xml $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) + install -d -m 755 $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw-xml $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) install -m 644 run/lib/pkgconfig/libucw-xml.pc $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) install -m 644 $(addprefix run/include/ucw-xml/,$(LIBXML_INCLUDES)) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw-xml ln -sf libucw-xml$(LV).so.0.0 $(DESTDIR)$(INSTALL_LIB_DIR)/libucw-xml$(LV).so