aboutsummaryrefslogtreecommitdiff
path: root/nxcompext
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompext')
-rw-r--r--nxcompext/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in
index a8a94353b..dd18c8053 100644
--- a/nxcompext/Makefile.in
+++ b/nxcompext/Makefile.in
@@ -52,6 +52,8 @@ LIBS = @LIBS@ -lz -lNX_X11 -lXcomp
srcdir = @srcdir@
prefix = @prefix@
+datarootdir = @datarootdir@
+datadir = @datadir@
exec_prefix = @exec_prefix@
bindir = @bindir@
man1dir = @mandir@/man1
@@ -167,6 +169,7 @@ install.bin:
install.lib: all
./mkinstalldirs $(DESTDIR)${libdir}
+ ./mkinstalldirs $(DESTDIR)${pkgconfigdir}
./mkinstalldirs $(DESTDIR)${includedir}/nx
./mkinstalldirs $(DESTDIR)${pkgconfigdir}
$(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir}