automake
[Top][All Lists]
Advanced

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

Re: Migriting from qmake to autotools


From: Juan Luis Baptiste
Subject: Re: Migriting from qmake to autotools
Date: Mon, 7 Mar 2005 04:23:17 -0500
User-agent: KMail/1.7.2

Hi,

On Mon 07 Mar 2005 03:54, Andre Caldas wrote:
> For example:
>
>    SUBDIRS = store colors
>    ktoon_SOURCES = main.cpp
>    ktoon_LIBADD = store/libstore.la colors/libcolors.la
>
Here I got this error:
src/Makefile.am:121: use `ktoon_LDADD', not `ktoon_LIBADD'

I changed the line as the error suggested and it desappeared.

>
> In store/Makefile.am
>
>    noinst_LTLIBRAIRES = libstore.la
>    libstore_la_SOURCES = animation.cpp brush.cpp camera.cpp
>
>

I get this error:

src/store/Makefile.am:4: invalid unused variable name: `libstore_la_SOURCES'

Ideas?

Cheers,
-- 
Juan Luis Baptiste
http://www.merlinux.org
http://knetworkconf.sf.net




reply via email to

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