diff options
Diffstat (limited to 'nxcompext/Makefile.in')
-rw-r--r-- | nxcompext/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in index 7a83b4fd1..a8a94353b 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -168,6 +168,7 @@ install.bin: install.lib: all ./mkinstalldirs $(DESTDIR)${libdir} ./mkinstalldirs $(DESTDIR)${includedir}/nx + ./mkinstalldirs $(DESTDIR)${pkgconfigdir} $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir} |