AMDEP does not appear in AM_CONDITIONAL

2002-08-28 Thread Olefirenko Alexander
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

Including header files in shared libraries

2002-08-28 Thread Xabier Rodriguez Calvar
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