From d46ac2955c4871c9f22067f47490095e2c5f1806 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Wed, 22 Nov 2006 16:57:35 +0000 Subject: Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merge complete - all locations where version info is required in the framing, broker and client code, the version has been hard-coded to mahor=8, minor=0. Next step: make broker and client version-aware. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478237 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/options.mk') diff --git a/cpp/options.mk b/cpp/options.mk index 9fd966ad6a..ac07467916 100644 --- a/cpp/options.mk +++ b/cpp/options.mk @@ -49,12 +49,15 @@ endif ## Build directories. BUILD :=$(PLATFORM)-$(BUILD) -GENDIR:=build/gen BINDIR:=build/$(BUILD)/bin LIBDIR:=build/$(BUILD)/lib OBJDIR:=build/$(BUILD)/obj TESTDIR:=build/$(BUILD)/test +GENDIR:=build/gen +GENTOOLS_DIR:= ../gentools +SPEC_DIR:=../specs + BUILDDIRS := $(BINDIR) $(LIBDIR) $(OBJDIR) $(TESTDIR) $(GENDIR) SRCDIRS := src $(GENDIR) -- cgit v1.2.1