aboutsummaryrefslogtreecommitdiff
path: root/evolution/embedded/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/embedded/makefile')
-rw-r--r--evolution/embedded/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/evolution/embedded/makefile b/evolution/embedded/makefile
index 3639f85..3e351ad 100644
--- a/evolution/embedded/makefile
+++ b/evolution/embedded/makefile
@@ -68,11 +68,12 @@ $(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): export extra_headers := model.hxx
$(dist): export name := $(name)
-$(dist): export extra_dist := $(call vc9projs,$(name)) \
-$(call vc10projs,$(name)) $(call vc11projs,$(name))
+$(dist): export extra_dist := $(call vc8projs,$(name)) \
+$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(extra_headers))
$(call meta-automake,../template/Makefile.am)
+ $(call meta-vc8projs,../template/template,$(name))
$(call meta-vc9projs,../template/template,$(name))
$(call meta-vc10projs,../template/template,$(name))
$(call meta-vc11projs,../template/template,$(name))
@@ -110,6 +111,7 @@ endif
# How to.
#
$(call include,$(bld_root)/dist.make)
+$(call include,$(bld_root)/meta/vc8proj.make)
$(call include,$(bld_root)/meta/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
$(call include,$(bld_root)/meta/vc11proj.make)