diff options
Diffstat (limited to 'common/relationship/query')
-rw-r--r-- | common/relationship/query/makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/relationship/query/makefile b/common/relationship/query/makefile index 3a43749..b1a8ff8 100644 --- a/common/relationship/query/makefile +++ b/common/relationship/query/makefile @@ -57,11 +57,11 @@ $(dist): export extra_dist := $(data_dist) $(call vc8projs,$(name)) \ $(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name)) $(dist): $(call dist-data,$(sources) $(headers) $(data_dist)) - $(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)) + $(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)) # Test. # |