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 <[EMAIL PROTECTED]> 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