aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Reilly1995-02-15 12:13:14 +0000
committerPaul Reilly1995-02-15 12:13:14 +0000
commit37849f292c79a19fe7022a1e8afafc0bc18c809c (patch)
tree8c48ca7dcf1dac078208716b74ed626d9accab50 /src
parentfd3e5741689fbefb8c420bbb8d99e813532db050 (diff)
downloademacs-37849f292c79a19fe7022a1e8afafc0bc18c809c.tar.gz
emacs-37849f292c79a19fe7022a1e8afafc0bc18c809c.zip
(LIB_MOTIF): Add -lgen to provide provide the symbols
`regcmp' and `regex'.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 665b1071b71..b380db0daa1 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -361,6 +361,7 @@ CC=gcc
361 of expediency. */ 361 of expediency. */
362 362
363#define LIB_X11_LIB -lX11 363#define LIB_X11_LIB -lX11
364#define LIB_MOTIF -lXm -lgen
364 365
365/* Process groups work in the traditional BSD manner. */ 366/* Process groups work in the traditional BSD manner. */
366 367