summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:10:58 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:10:58 +0000
commitd8e1831406ab0da10025e3fa203d9d0ae5c31368 (patch)
tree394ccf6be45af08ecfeb9c03efc77e2eb4322ea2 /utils/lv2_inspect.c
parentbbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc (diff)
downloadlilv-d8e1831406ab0da10025e3fa203d9d0ae5c31368.tar.gz
lilv-d8e1831406ab0da10025e3fa203d9d0ae5c31368.tar.bz2
lilv-d8e1831406ab0da10025e3fa203d9d0ae5c31368.zip
Support building locally against header-only libraries in autowaf.
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1600 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lv2_inspect.c')
-rw-r--r--utils/lv2_inspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c
index 901cf96..2347b68 100644
--- a/utils/lv2_inspect.c
+++ b/utils/lv2_inspect.c
@@ -16,7 +16,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include CONFIG_H_PATH
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>