Hi Tom,

On Thu, Jun 15, 2000 at 06:54:03PM -0700, Tom Tromey wrote:
> Ossama> There may be an easier to achieve what you want.  How about
> Ossama> the following:
> 
> Ossama>       pkgincludedir = $(prefix)/include/PackageName
> 
> This is wrong in two ways.
> Use $(includedir)/PackageName instead.

Thanks for clarification!  That makes more sense!  What's the second
way it is wrong?  To make sure that I understand, do you mean it
should be the following:

        pkgincludedir = $(includedir)/PackageName
        pkginclude_HEADERS = ...

I need to get my head out of libtool, and back in to Makefile
land.  :-)


Thanks!
-Ossama
-- 
Ossama Othman <[EMAIL PROTECTED]>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8

Reply via email to