Re: [Quickfix-developers] Re: include files in 1.11.1 not installed?
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-03-13 19:26:59
|
On 3/13/06, Oren Miller <or...@qu...> wrote: > Yeah, it seems we should be using \test\ I just fixed another include-installation bug in src/C++/Makefile.am. The Makefile should have been using $(mkdir_p) to create the $(pkgincludedir) a= s its parent directory (e.g. $(prefix)/include) doesn't necessarily exist. I run into this on every new release since I install into a new directory every time. -- Caleb Epstein caleb dot epstein at gmail dot com |