diff options
Diffstat (limited to 'libwombat/Makefile.am')
-rw-r--r-- | libwombat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am index 877fada9bc..24e2243d4b 100644 --- a/libwombat/Makefile.am +++ b/libwombat/Makefile.am @@ -12,7 +12,7 @@ IDL_GENERATED = \ $(IDLS): $(ORBIT_IDL) $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) \ $(top_srcdir)/wombat/Evolution-Wombat.idl # Wombat library |