diff options
Diffstat (limited to 'nxcompext')
-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 b66a4c361..66388f86d 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -167,6 +167,7 @@ install.bin: install.lib: all ./mkinstalldirs $(DESTDIR)${libdir} + ./mkinstalldirs $(DESTDIR)${pkgconfigdir} ./mkinstalldirs $(DESTDIR)${includedir}/nx $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir} |