aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-11-21 23:35:25 +0000
committerRichard M. Stallman <[email protected]>1995-11-21 23:35:25 +0000
commitc7ce28cedd2c3ce0dd4f7551e45532a20036b824 (patch)
tree4c7e3f3a747f94273cbcc6ed04d344388eeeddb8
parentf3400cf9664f2b68dafa05d0aefcfc1007fc4351 (diff)
(LIB_MOTIF): New definition.
-rw-r--r--src/s/gnu-linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 8d2278ec7e..fc07bc7d3f 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -224,6 +224,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define C_SWITCH_SYSTEM -D_BSD_SOURCE
#endif
+/* Paul Abrahams <[email protected]> says this is needed. */
+#define LIB_MOTIF -lXm -lXpm
+
#define HAVE_SYSVIPC
#ifdef __ELF__