aboutsummaryrefslogtreecommitdiff
path: root/nxcompext
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-07-14 14:43:34 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-28 07:53:07 +0200
commiteb5f07ccdacee67322dd85d4f3c19d1d96d05bf2 (patch)
treec5585cfff600cf746b17a3ae166981e772c025a7 /nxcompext
parentbc35168fbcf0d238468e1efbd2139126ee3d2f88 (diff)
downloadnx-libs-eb5f07ccdacee67322dd85d4f3c19d1d96d05bf2.tar.gz
nx-libs-eb5f07ccdacee67322dd85d4f3c19d1d96d05bf2.tar.bz2
nx-libs-eb5f07ccdacee67322dd85d4f3c19d1d96d05bf2.zip
nxcomp{,ext,shad}/Makefile.in: Create pkgconfigdir before putting files in it.
Diffstat (limited to 'nxcompext')
-rw-r--r--nxcompext/Makefile.in1
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}