diff options
author | unammx <unammx> | 2001-07-25 14:34:44 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-07-25 14:34:44 +0000 |
commit | c486051fdfe4a18e7a9f23f183f6f74d91ae0d55 (patch) | |
tree | 7b49fd8b2edaa8c9690a423a2491b47225456355 /Makefile.am | |
parent | 7ca67bf86613b0d7b9d220e3d752cb0b8c5c158a (diff) |
Wed Jul 25 03:45:51 2001 Arturo Espinosa Aldama <arturo@ximian.com>
* package-conf.in (get_package): missing comma.
* mouse-conf.in: mouse.pl doesn't exist. Can't require it.
* Makefile.am: Also s/___version___/$(VERSION)/.
* *-conf.in: Removed arbitrary value for $version and
assigned "___version___" instead. #3090 fixed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 85ee625..d812288 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ EXTRA_DIST = \ CLEANFILES = $(backends) $(perl_libs) $(backends): %-conf: %-conf.in - sed s#___scriptsdir___#$(scriptsdir)# < $< > $@ + sed s#___scriptsdir___#$(scriptsdir)#\;s#___version___#$(VERSION)# < $< > $@ chmod +x $@ $(perl_libs): %.pl: %.pl.in |