aboutsummaryrefslogtreecommitdiff
path: root/common/session/custom/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-04 17:23:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-04 17:23:54 +0200
commit504fa38f3f71c345f41dfbb7e59b1d2f88308987 (patch)
treed4328b3cb9de151699232c9722e2f8899ac2f36b /common/session/custom/makefile
parentcbad49a571dfff9a046997b18776fd3cee6d7b51 (diff)
Implement object loading views
See section 10.2 in the manual for details.
Diffstat (limited to 'common/session/custom/makefile')
-rw-r--r--common/session/custom/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/session/custom/makefile b/common/session/custom/makefile
index 87016e1..ad92aa8 100644
--- a/common/session/custom/makefile
+++ b/common/session/custom/makefile
@@ -57,8 +57,7 @@ $(dist): export extra_sources := $(filter-out driver.cxx,$(cxx_tun))
$(dist): data_dist := test.std
$(dist): export name := $(name)
$(dist): export extra_dist := $(data_dist) $(call vc10projs,$(name)) \
-$(call vc11projs,$(name)) \
-$(call vc12projs,$(name))
+$(call vc11projs,$(name)) $(call vc12projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(extra_headers) $(data_dist))
$(call meta-automake,../../template/Makefile.am)