]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Do not export config.h
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 19 Apr 2010 07:53:38 +0000 (09:53 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 19 Apr 2010 07:53:38 +0000 (09:53 +0200)
It collides with other packages and it is not necessary to export it at
all.

forb-idl/Makefile.omk
forb-idl/forb-idl-backend.c

index 35542a303b511540bb7ad57290843604995b9358..657ae3392e03ca7cbbea20f734bbd5791a283d33 100644 (file)
@@ -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)
index 3a08af8e0165e9a737e71c728f512814d403eb36..ecd3730b561e3f96fc5276a4409ba5a2f79d5151 100644 (file)
@@ -22,7 +22,7 @@
  *     Mark McLoughlin <mark@skynet.ie>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "forb-idl-backend.h"
 #include "forb-idl2.h"