summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-01 18:25:38 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-01 18:25:38 +0000
commitdeec6f995872a132b03901f63872ac6676fe4172 (patch)
treeb67d8a0484e084fd9bf37e1645e66ed5bedbedb5 /lib-src/Makefile.in
parent8f9aaa0a8170e82146984ad6aa68443ce355b7c0 (diff)
downloademacs-deec6f995872a132b03901f63872ac6676fe4172.tar.gz
(emacsclient): Link with getopt.
Add -DVERSION so emacsclient knows its version number.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 908be0b956b..eab225ce48f 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -385,8 +385,10 @@ yow: ${srcdir}/yow.c ../src/paths.h
emacsserver: ${srcdir}/emacsserver.c ../src/config.h
$(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver
-emacsclient: ${srcdir}/emacsclient.c ../src/config.h
- $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(LOADLIBES) -o emacsclient
+emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
+ $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \
+ -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
+ $(LOADLIBES) -o emacsclient
hexl: ${srcdir}/hexl.c
$(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl