summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpeas-gtk/Makefile.am4
-rw-r--r--tests/libpeas-gtk/plugins/configurable/Makefile.am2
-rw-r--r--tests/libpeas/testing/Makefile.am2
3 files changed, 5 insertions, 3 deletions
diff --git a/libpeas-gtk/Makefile.am b/libpeas-gtk/Makefile.am
index 32a19b5..aa19ef3 100644
--- a/libpeas-gtk/Makefile.am
+++ b/libpeas-gtk/Makefile.am
@@ -47,7 +47,9 @@ if HAVE_INTROSPECTION
--add-include-path=$(top_builddir)/libpeas \
--c-include=libpeas-gtk/peas-gtk.h \
--warn-all
- INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)/libpeas
+ INTROSPECTION_COMPILER_ARGS = \
+ --includedir=$(top_srcdir)/libpeas \
+ --includedir=$(top_builddir)/libpeas
introspection_sources = $(INST_H_FILES) $(C_FILES)
diff --git a/tests/libpeas-gtk/plugins/configurable/Makefile.am b/tests/libpeas-gtk/plugins/configurable/Makefile.am
index 11acca9..f7daac5 100644
--- a/tests/libpeas-gtk/plugins/configurable/Makefile.am
+++ b/tests/libpeas-gtk/plugins/configurable/Makefile.am
@@ -16,4 +16,4 @@ libconfigurable_la_LIBADD = $(PEAS_LIBS) $(PEAS_GTK_LIBS)
noinst_DATA = configurable.plugin
-noinst_DIST = $(noinst_DATA)
+EXTRA_DIST = $(noinst_DATA)
diff --git a/tests/libpeas/testing/Makefile.am b/tests/libpeas/testing/Makefile.am
index c7736e5..58e730e 100644
--- a/tests/libpeas/testing/Makefile.am
+++ b/tests/libpeas/testing/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir) \
- -I../introspection \
+ -I$(srcdir)/../introspection \
$(PEAS_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \