diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-15 19:47:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-15 19:47:21 +0000 |
commit | 6662308c022f627d1f1e6b4e450ba378283bd81a (patch) | |
tree | 09107f63475a33a27c1947b8f74020233a5e0ba1 /src/s | |
parent | 56ba27b12040994a992ce8609985152a677e4d7a (diff) | |
download | emacs-6662308c022f627d1f1e6b4e450ba378283bd81a.tar.gz |
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
(LD_SWITCH_X_DEFAULT): Add -L/usr/contrib/X11R5/lib.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/hpux9.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 6ad1cf0c423..93ba380460b 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -41,8 +41,10 @@ /* However, HPUX 9 has Motif includes in a strange place. So search that place. These definitions assume that X11R5 is being used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ -#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 +/* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs + are needed to find the Xmu and Xaw libraries. */ +#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2 +#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2 #ifndef HAVE_LIBXMU /* HP-UX doesn't supply Xmu. */ |