On 9/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > actually I want all the headers to get installed too.... my project is a > lib that will be used for other people to develop other programs... so > they need the headers when they install the lib..... > > - should I use install_HEADERS in the include/Makefile.am ??
Almost. Because you probably want your headers installed in $(includedir) (something like /usr/local/include) or even $(pkgincludedir) (/usr/local/include/libferreira), you'd use include_HEADERS or pkginclude_HEADERS, respectively.