This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: LIBOBJS problem with automake 1.8
Alexandre Duret-Lutz writes:
> It occured to me that maybe you were trying to use
> $(LIBOBJS) outside of libgetopt/Makefile.am. Don't.
> $(LIBOBJS) is expected to be used only in the directory
> holding the substitute sources.
So I need to add a Makefile.am _and_ and a configure.ac file
to the libgetopt directory? For two little files which don't
need any of that at all? Ugh. :-(
Peter