automake
[Top][All Lists]
Advanced

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

Re: [automake]error in Makefile.am


From: Jian Wang
Subject: Re: [automake]error in Makefile.am
Date: Fri, 3 Nov 2006 13:44:47 +0800

If you write "bin_PROGRAMS = ../bin/helloinvite" then you must write
"___bin_helloinvite_SOURCES = main.c say.c invite.c".

On 11/3/06, Praveen M R <address@hidden> wrote:

src/Makefile.am
AM_CPPFLAGS = -I$(srcdir)/../include
bin_PROGRAMS = ../bin/helloinvite
helloinvite_SOURCES = main.c say.c invite.c
helloinvite_LDADD = ../lib/libhelloinvite.la



reply via email to

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