Rename gfx and widget libs from 'unix' to 'motif'.

git-svn-id: svn://10.0.0.236/trunk@13872 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com 1998-11-02 14:35:03 +00:00
parent 6851a0e6ef
commit 8fd8e53a03

View File

@ -57,10 +57,10 @@
#else
/* let CFLAGS override these */
#ifndef WIDGET_DLL
#define WIDGET_DLL "libwidgetunix.so"
#define WIDGET_DLL "libwidgetmotif.so"
#endif
#ifndef GFXWIN_DLL
#define GFXWIN_DLL "libgfxunix.so"
#define GFXWIN_DLL "libgfxmotif.so"
#endif
#define VIEW_DLL "libraptorview.so"
#define WEB_DLL "libraptorwebwidget.so"