From ee0ed871a0ba1de21dbd3c035ebdddd2ff248469 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 14 Jul 2015 14:43:34 +0200 Subject: nxcomp{,ext,shad}/Makefile.in: Create pkgconfigdir before putting files in it. --- nxcompshad/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'nxcompshad') diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in index 9068b1a30..3b4dc0745 100644 --- a/nxcompshad/Makefile.in +++ b/nxcompshad/Makefile.in @@ -202,6 +202,7 @@ install.bin: install.lib: all $(INSTALL_DIR) $(DESTDIR)${libdir} $(INSTALL_DIR) $(DESTDIR)${includedir}/nx + $(INSTALL_DIR) $(DESTDIR)${pkgconfigdir} $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir} -- cgit v1.2.3