aboutsummaryrefslogtreecommitdiff
path: root/bindings/vala/examples
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/vala/examples')
-rw-r--r--bindings/vala/examples/Makefile.am2
-rw-r--r--bindings/vala/examples/Makefile.in9
2 files changed, 7 insertions, 4 deletions
diff --git a/bindings/vala/examples/Makefile.am b/bindings/vala/examples/Makefile.am
index 484a00a..67ad932 100644
--- a/bindings/vala/examples/Makefile.am
+++ b/bindings/vala/examples/Makefile.am
@@ -23,7 +23,7 @@ indicator-example.c: $(VALAFILES) Makefile.am
nodist_indicator_example_SOURCES = indicator-example.c
indicator_example_CFLAGS = \
$(LIBRARY_CFLAGS) \
- -Wall -Werror \
+ -Wall \
-I$(top_srcdir)/src \
-include $(top_srcdir)/src/app-indicator.h
indicator_example_LDADD = \
diff --git a/bindings/vala/examples/Makefile.in b/bindings/vala/examples/Makefile.in
index f4a0c3f..cfa20a8 100644
--- a/bindings/vala/examples/Makefile.in
+++ b/bindings/vala/examples/Makefile.in
@@ -37,8 +37,11 @@ host_triplet = @host@
subdir = bindings/vala/examples
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+ $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+ $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -270,7 +273,7 @@ VALAFLAGS = \
@HAVE_VALAC_TRUE@nodist_indicator_example_SOURCES = indicator-example.c
@HAVE_VALAC_TRUE@indicator_example_CFLAGS = \
@HAVE_VALAC_TRUE@ $(LIBRARY_CFLAGS) \
-@HAVE_VALAC_TRUE@ -Wall -Werror \
+@HAVE_VALAC_TRUE@ -Wall \
@HAVE_VALAC_TRUE@ -I$(top_srcdir)/src \
@HAVE_VALAC_TRUE@ -include $(top_srcdir)/src/app-indicator.h