diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2006-11-22 16:57:35 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2006-11-22 16:57:35 +0000 |
| commit | 27b7bf796b97d38519b79772e150d2736f9597ce (patch) | |
| tree | 13d5459fa5e08bdd47b5b4c50c467fa63fb0fe8b /qpid/cpp/options.mk | |
| parent | 6ea90b6f8c6aa2313c735149fbff6b6f67e88856 (diff) | |
| download | qpid-python-27b7bf796b97d38519b79772e150d2736f9597ce.tar.gz | |
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@478237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/options.mk')
| -rw-r--r-- | qpid/cpp/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/options.mk b/qpid/cpp/options.mk index 9fd966ad6a..ac07467916 100644 --- a/qpid/cpp/options.mk +++ b/qpid/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) |
