Mercurial > hg > libxtract
comparison src/libxtract.c @ 159:71870680f7c1
Provide relative include path for libxtract.h for compatibility with non-autotools builds
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Wed, 24 Apr 2013 15:10:51 +0100 |
parents | baaa9d8b4d10 |
children | 246c203cc733 |
comparison
equal
deleted
inserted
replaced
158:069b2f719dd4 | 159:71870680f7c1 |
---|---|
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
20 * IN THE SOFTWARE. | 20 * IN THE SOFTWARE. |
21 * | 21 * |
22 */ | 22 */ |
23 | 23 |
24 #include "xtract/libxtract.h" | 24 #include "../xtract/libxtract.h" |
25 #define XTRACT_H | 25 #define XTRACT_H |
26 | 26 |
27 int(*xtract[])(const double *, const int, const void *, double *) = | 27 int(*xtract[])(const double *, const int, const void *, double *) = |
28 { | 28 { |
29 /* xtract_scalar.h */ | 29 /* xtract_scalar.h */ |