Subj: what am i doing wrong ?
executing automake i getting alot of messages:
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
and
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
I'm learning to use automake and autoconf and I want to build a shared
shared library. My problem is that I don't know how to tell automake to
have to include the hearders file of my library in order to be installed
in the correct hearders directory.
bin_PROGRAMS = hello
hello_SOURCES = h