diff options
author | Gordon Sim <gsim@apache.org> | 2007-08-21 18:02:03 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-08-21 18:02:03 +0000 |
commit | 084598a88510352d4338329d1c412257a4c30f32 (patch) | |
tree | e6bb6f9612ef3e2e96c70108210271bb2b9b35b9 /cpp/src | |
parent | b1e9d6d00c9bab919958fe368239aa5628fc3225 (diff) | |
download | qpid-python-084598a88510352d4338329d1c412257a4c30f32.tar.gz |
Don't add the generated files to nobase_include_HEADERS they are already in EXTRA_DIST
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@568221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 3568709cab..a8383442b5 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -223,7 +223,6 @@ libqpidclient_la_SOURCES = \ nobase_include_HEADERS = \ - $(rgen_h) \ $(platform_hdr) \ qpid/broker/AccumulatedAck.h \ qpid/broker/BrokerChannel.h \ |