summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-09 19:47:57 +0000
committerAlan Conway <aconway@apache.org>2010-03-09 19:47:57 +0000
commit609145a5372ddbbf55538737559bba439eb584e2 (patch)
treef21d70aa1ec73cf66091f11891322945650dc387 /qpid/cpp/src/tests
parent611bf1681bf3c0e9467f4e11542bbe850c4f418a (diff)
downloadqpid-python-609145a5372ddbbf55538737559bba439eb584e2.tar.gz
Fix build dependency problem with tests/testagent.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@921079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/testagent.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/testagent.mk b/qpid/cpp/src/tests/testagent.mk
index 6d0d93bb82..f5a84b07ff 100644
--- a/qpid/cpp/src/tests/testagent.mk
+++ b/qpid/cpp/src/tests/testagent.mk
@@ -42,6 +42,7 @@ testagent_gen.timestamp: testagent.xml
CLEANFILES+=$(TESTAGENT_GEN_SRC) testagent_gen.timestamp
+testagent-testagent.$(OBJEXT): $(TESTAGENT_GEN_SRC)
qpidtest_PROGRAMS+=testagent
testagent_CXXFLAGS=$(CXXFLAGS) -Itestagent_gen
testagent_SOURCES=testagent.cpp $(TESTAGENT_GEN_SRC)