diff options
Diffstat (limited to 'nxcompext')
-rw-r--r-- | nxcompext/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in index 62dda4482..dd18c8053 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -171,6 +171,7 @@ install.lib: all ./mkinstalldirs $(DESTDIR)${libdir} ./mkinstalldirs $(DESTDIR)${pkgconfigdir} ./mkinstalldirs $(DESTDIR)${includedir}/nx + ./mkinstalldirs $(DESTDIR)${pkgconfigdir} $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir} @@ -196,7 +197,7 @@ uninstall.lib: uninstall.man: clean: - -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* \ + -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* *.pc \ @ALL@ distclean: clean |