From b9fa3cf5f82c7618be292a0bd07a5d8b610e27ba Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 19 Apr 2010 09:53:38 +0200 Subject: [PATCH] Do not export config.h It collides with other packages and it is not necessary to export it at all. --- forb-idl/Makefile.omk | 1 - forb-idl/forb-idl-backend.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/forb-idl/Makefile.omk b/forb-idl/Makefile.omk index 35542a3..657ae33 100644 --- a/forb-idl/Makefile.omk +++ b/forb-idl/Makefile.omk @@ -1,5 +1,4 @@ bin_PROGRAMS = forb-idl -include_HEADERS = config.h #GLIB_FLAGS := $(shell pkg-config --cflags glib-2.0) IDL_FLAGS := $(shell pkg-config --cflags libIDL-2.0) diff --git a/forb-idl/forb-idl-backend.c b/forb-idl/forb-idl-backend.c index 3a08af8..ecd3730 100644 --- a/forb-idl/forb-idl-backend.c +++ b/forb-idl/forb-idl-backend.c @@ -22,7 +22,7 @@ * Mark McLoughlin */ -#include +#include "config.h" #include "forb-idl-backend.h" #include "forb-idl2.h" -- 2.39.2