[aravis] build: fix include file path.



commit a31c01b0d6704f21668d20d27deadba4a706f9ef
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Jan 12 11:26:30 2011 +0100

    build: fix include file path.

 gst/Makefile.am    |    1 +
 viewer/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 0cbd358..0b78d4e 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -1,6 +1,7 @@
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES = \
+	-I$(top_srcdir)/src/ \
 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" $(ARAVIS_EXTRA_CFLAGS) \
diff --git a/viewer/Makefile.am b/viewer/Makefile.am
index 65c41d5..2cbfd15 100644
--- a/viewer/Makefile.am
+++ b/viewer/Makefile.am
@@ -3,6 +3,7 @@ EXTRA_DIST =
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES = \
+	-I$(top_srcdir)/src \
 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" $(ARAVIS_EXTRA_CFLAGS) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]