diff options
author | Gordon Sim <gsim@apache.org> | 2008-08-14 17:25:11 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-08-14 17:25:11 +0000 |
commit | 81494910926f8208df0c5809fc80c0967f4645a3 (patch) | |
tree | 5aa755f6b1f1e6cf939dab64f61201eeae82461d | |
parent | 38304fe60fc1d82b431a58e20a3df10fc809a00b (diff) | |
download | qpid-python-81494910926f8208df0c5809fc80c0967f4645a3.tar.gz |
distclean should delete qpid/framing/MaxMethodBodySize.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@685967 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index bb82551de0..172888cfb8 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -49,6 +49,7 @@ generate_MaxMethodBodySize_h_SOURCES=gen/generate_MaxMethodBodySize_h.cpp qpid/framing/MaxMethodBodySize.h: generate_MaxMethodBodySize_h ./generate_MaxMethodBodySize_h BUILT_SOURCES=qpid/framing/MaxMethodBodySize.h +DISTCLEANFILES=qpid/framing/MaxMethodBodySize.h ## Compiler flags |