Hi,
I am getting following message when I enter automake --add-misssing
I feel I am doing wrong in Makefile.am.

Under main directory i have include src lib bin directories......In include directory I am placing *.h files and in lib directory .la should be created..and in bin directoty target should be created. In src directory i have kept 2 source (.c) files...

I want Makefile.am file to be written to include directory,bin and lib directory...I knew the below program i am facing because of wrong Makefile.am file. Kindly help ma regarding this.

regards,
Praveen
[EMAIL PROTECTED] databltz]$ automake --add-missing
src/Makefile.am:4: variable `helloinvite_LDADD' is defined but no program or
src/Makefile.am:4: library has `helloinvite' as canonic name (possible typo)
src/Makefile.am:3: variable `helloinvite_SOURCES' is defined but no program or
src/Makefile.am:3: library has `helloinvite' as canonic name (possible typo)
configure.ac:3: required file `./ltmain.sh' not found


Reply via email to