automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: adding libraries and header file directories


From: mick
Subject: Re: adding libraries and header file directories
Date: Sun, 5 Nov 2006 12:57:16 +1000
User-agent: KMail/1.7.2

On Sun, 5 Nov 2006 02:36, you wrote:
> Hi Mick -
>
> Thanks for any help you can give me.
>
> ... -I$(path_to_my_headers) -L$(path_to_my_libraries) element_hal
> element_sal ...
I have used:-

bin_PROGRAMS = gyachi

gyachi_SOURCES = \
...
INCLUDES = -I/usr/include/gtkhtml-2.0 -I/usr/include/libxml2
gyachi_LDADD = -lltdl -lgtkhtml-2

in the Makefile.am in the src dir to achieve what I think you are trying to do

from one dinosaur to an other, Hope this is helpfull
/]/]ik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]