From 64e8a09e0192c73ca11d42ea7a114c66b8422b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sat, 6 May 2000 17:38:32 -0700 Subject: [PATCH] install in Parser/_parser.so Rev: src/modules/Parser/Makefile.in:1.4 --- src/modules/Parser/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/Parser/Makefile.in b/src/modules/Parser/Makefile.in index 7f8401dad5..f35cbb2a69 100644 --- a/src/modules/Parser/Makefile.in +++ b/src/modules/Parser/Makefile.in @@ -1,8 +1,9 @@ -# $Id: Makefile.in,v 1.3 1999/11/18 08:00:38 hubbe Exp $ +# $Id: Makefile.in,v 1.4 2000/05/07 00:38:32 hubbe Exp $ @make_variables@ VPATH=@srcdir@:@srcdir@/../..:../.. OBJS=parser.o html.o MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ +INSTALL_NAME=Parser.pmod/_parser CONFIG_HEADERS=@CONFIG_HEADERS@ -- GitLab