[gs-cvs] rev 8410 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Tue Nov 27 14:58:40 PST 2007
Author: giles
Date: 2007-11-27 14:58:40 -0800 (Tue, 27 Nov 2007)
New Revision: 8410
Modified:
trunk/gs/src/unix-dll.mak
Log:
Also install gdevdsp.h in the unix so build. This header contains the
callback definitions for the "display" device. Bug 689576.
Modified: trunk/gs/src/unix-dll.mak
===================================================================
--- trunk/gs/src/unix-dll.mak 2007-11-27 20:43:09 UTC (rev 8409)
+++ trunk/gs/src/unix-dll.mak 2007-11-27 22:58:40 UTC (rev 8410)
@@ -125,6 +125,7 @@
ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR)
$(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)/iapi.h
$(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)/ierrors.h
+ $(INSTALL_DATA) $(PSSRC)gdevdsp.h $(DESTDIR)$(gsincludedir)/gdevdsp.h
soinstall: install-so install-scripts install-data $(INSTALL_SHARED) $(INSTALL_CONTRIB)
More information about the gs-cvs
mailing list