app: fix off-root builds

Source file ("unique.c") includes header file from subdirectory
("gui/gimpdbusservice.h") which includes generated header file
("gimpdbusservice-generated.h").

In off-root builds this file isn't created in the same directory,
therefore the directory needs to be explicitly added as an include path.
This commit is contained in:
Nils Philippsen 2013-05-29 11:22:27 +02:00
parent d856ba624e
commit 7c7c8de165

View file

@ -114,7 +114,8 @@ INCLUDES = \
$(GTK_CFLAGS) \
$(PANGOCAIRO_CFLAGS) \
$(GEGL_CFLAGS) \
-I$(includedir)
-I$(includedir) \
-I$(builddir)/gui
# FIXME: core should not depend on xcf
workaround_that_core_depends_on_xcf = \