diff options
| author | Paul Reilly | 1995-02-15 12:13:14 +0000 |
|---|---|---|
| committer | Paul Reilly | 1995-02-15 12:13:14 +0000 |
| commit | 37849f292c79a19fe7022a1e8afafc0bc18c809c (patch) | |
| tree | 8c48ca7dcf1dac078208716b74ed626d9accab50 /src | |
| parent | fd3e5741689fbefb8c420bbb8d99e813532db050 (diff) | |
| download | emacs-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.h | 1 |
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 | ||