]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_MOTIF): Add -lgen to provide provide the symbols
authorPaul Reilly <pmr@pajato.com>
Wed, 15 Feb 1995 12:13:14 +0000 (12:13 +0000)
committerPaul Reilly <pmr@pajato.com>
Wed, 15 Feb 1995 12:13:14 +0000 (12:13 +0000)
`regcmp' and `regex'.

src/s/dgux.h

index 665b1071b717b0b20b6ddd6a213fb7d1e9e14ec7..b380db0daa1b73ab711420606171c5c34c7338e2 100644 (file)
@@ -361,6 +361,7 @@ CC=gcc
    of expediency. */
 
 #define LIB_X11_LIB -lX11
+#define LIB_MOTIF -lXm -lgen
 
 /* Process groups work in the traditional BSD manner.  */