diff options
Diffstat (limited to 'common/session/custom')
-rw-r--r-- | common/session/custom/makefile | 3 |
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) |