summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-10-10 17:24:14 +0000
committerMartin Baulig <martin@src.gnome.org>1998-10-10 17:24:14 +0000
commit9b0aa47f17e58570d32bb0158541edf80ede33b5 (patch)
treef43c468633205e0e8bcc07a7ccdd4e444df8f88b /Makefile.am
parent3af2e87c77bf42c8113f3c1fd4cf28d9d2d1c61e (diff)
downloadlibgtop-9b0aa47f17e58570d32bb0158541edf80ede33b5.tar.gz
New file.
1998-10-10 Martin Baulig <martin@home-of-linux.org> * perl/ChangeLog: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0193c8fd..e4e27e58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,6 +99,8 @@ perl/Makefile.PL: perl/Makefile.PL.in Makefile
-e 's,\@libgtop_want_names\@,$(libgtop_want_names),g' \
-e 's,\@libgtop_want_guile_names\@,$(libgtop_want_guile_names),g' \
-e 's,\@libgtop_want_examples\@,$(libgtop_want_examples),g' \
+ -e 's,\@top_srcdir\@,$(top_srcdir),g' \
+ -e 's,\@srcdir\@,$(srcdir)/perl,g' \
< $(srcdir)/perl/Makefile.PL.in > perl/Makefile.tmp \
&& mv perl/Makefile.tmp perl/Makefile.PL