[gs-cvs] rev 8277 - trunk/gs/src

till at ghostscript.com till at ghostscript.com
Tue Oct 9 12:33:28 PDT 2007


Author: till
Date: 2007-10-09 12:33:27 -0700 (Tue, 09 Oct 2007)
New Revision: 8277

Modified:
   trunk/gs/src/unix-dll.mak
Log:
On "make soinstall" some files did not get installed.


Modified: trunk/gs/src/unix-dll.mak
===================================================================
--- trunk/gs/src/unix-dll.mak	2007-10-09 17:02:49 UTC (rev 8276)
+++ trunk/gs/src/unix-dll.mak	2007-10-09 19:33:27 UTC (rev 8277)
@@ -126,7 +126,7 @@
 	$(INSTALL_PROGRAM) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)/iapi.h
 	$(INSTALL_PROGRAM) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)/ierrors.h
 
-soinstall: install-so install-scripts install-data
+soinstall: install-so install-scripts install-data $(INSTALL_SHARED) $(INSTALL_CONTRIB)
 
 # Make the build directories
 SODIRS: STDDIRS



More information about the gs-cvs mailing list