help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Adding modules


From: Markus Fritsche
Subject: Re: [Help-smalltalk] Adding modules
Date: Tue, 7 May 2002 11:32:50 +0200

Am Dienstag, 7. Mai 2002 10:15 schrieben Sie:

> Send your examples/modules/Makefile.am to the list and I'll be happy to
> help; the .in should not be touched except by regenerating it via
> automake.

Having slept a night over the problem, I've found my problem: 
EXTRA_LTLIBRARIES = gdbm.la regex.la
pkglib_LTLIBRARIES = @MODULES_EXAMPLE@ md5.la hworld.la

It seems that I simply had to add my "hworld.la" to pkglib_LTLIBRARIES 
instead of EXTRA_LTLIBRARIES.

Thanks, Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]