From f8fbb9198dd3add1e1b050771a9c50abaef414b6 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 10 Oct 1998 18:20:58 +0000 Subject: [PATCH] Substitute `@LIBGTOP_EXTRA_LIBS@' for perl/Makefile.PL. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e4e27e58..655e036e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ perl/Makefile.PL: perl/Makefile.PL.in Makefile ## Use sed and then mv to avoid problems if the user interrupts. sed -e 's,\@LIBGTOP_LIBDIR\@,$(libdir),g' \ -e 's,\@LIBGTOP_INCLUDEDIR\@,$(includedir),g' \ + -e 's,\@LIBGTOP_EXTRA_LIBS\@,$(LIBGTOP_EXTRA_LIBS),g' \ -e 's,\@LIBGTOP_LIBS\@,$(LIBGTOP_LIBS),g' \ -e 's,\@LIBGTOP_INCS\@,$(LIBGTOP_INCS),g' \ -e 's,\@LIBGTOP_GUILE_LIBS\@,$(LIBGTOP_GUILE_LIBS),g' \