[gitg] Set missing VALAFLAGS for demos



commit c20f9842baad061f83bfd35fa4b41255e5118f29
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Jan 4 00:10:19 2014 +0100

    Set missing VALAFLAGS for demos

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9aaf8be..a8f954b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,11 +24,13 @@ diff_view_CFLAGS = $(tests_common_cflags)
 diff_view_CPPFLAGS = $(tests_common_cppflags)
 
 repository_list_box_SOURCES = repository-list-box.vala
+repository_list_box_VALAFLAGS = $(tests_common_valaflags)
 repository_list_box_LDADD = $(GITG_PLUGIN_LIBS)
 repository_list_box_CFLAGS = $(tests_common_cflags)
 repository_list_box_CPPFLAGS = $(tests_common_cppflags)
 
 progress_bin_SOURCES = progress-bin.vala
+progress_bin_VALAFLAGS = $(tests_common_valaflags)
 progress_bin_LDADD = $(GITG_PLUGIN_LIBS)
 progress_bin_CFLAGS = $(tests_common_cflags)
 progress_bin_CPPFLAGS = $(tests_common_cppflags)


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