diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-03-05 17:49:10 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-03-05 17:49:10 +0000 |
| commit | 6b0a19d2d0d5ba68c0bc25aefb5931545ac572d7 (patch) | |
| tree | b8454a70b0fa289c3844b589fb1165f882e7b215 /qpid/cpp/src/tests | |
| parent | fc7e4587de72e6b12e6281ab56aa7493eb24943e (diff) | |
| download | qpid-python-6b0a19d2d0d5ba68c0bc25aefb5931545ac572d7.tar.gz | |
QPID-2434: add timestamp files to CLEANFILES list
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@919518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/testagent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/testagent/Makefile.am b/qpid/cpp/src/tests/testagent/Makefile.am index 7ff7cb0bd7..5ca1a383e8 100644 --- a/qpid/cpp/src/tests/testagent/Makefile.am +++ b/qpid/cpp/src/tests/testagent/Makefile.am @@ -39,7 +39,7 @@ gen.timestamp: schema.xml $(QMF_GEN) -o gen/qmf $(srcdir)/schema.xml touch gen.timestamp -CLEANFILES=$(GEN_SRC) +CLEANFILES=$(GEN_SRC) gen.timestamp INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -Igen |
