From: Michal Sojka Date: Mon, 19 Apr 2010 07:53:38 +0000 (+0200) Subject: Do not export config.h X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/forb.git/commitdiff_plain/b9fa3cf5f82c7618be292a0bd07a5d8b610e27ba?ds=sidebyside Do not export config.h It collides with other packages and it is not necessary to export it at all. --- 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"