comparison src/init.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 9283aaf1ffb8
children 246c203cc733
comparison
equal deleted inserted replaced
158:069b2f719dd4 159:71870680f7c1
31 #include <stdlib.h> 31 #include <stdlib.h>
32 #include <stdio.h> 32 #include <stdio.h>
33 33
34 #include "fft.h" 34 #include "fft.h"
35 35
36 #include "xtract/libxtract.h" 36 #include "../xtract/libxtract.h"
37 #include "xtract_window_private.h" 37 #include "xtract_window_private.h"
38 #define DEFINE_GLOBALS 38 #define DEFINE_GLOBALS
39 #include "xtract_globals_private.h" 39 #include "xtract_globals_private.h"
40 40
41 41