diff options
author | Gordon Sim <gsim@apache.org> | 2007-11-28 20:03:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-11-28 20:03:56 +0000 |
commit | 42452eee5308e71a1363ca394827c6fbb1bd2234 (patch) | |
tree | c2008c2313e85ac0857872cf1e53f8ded4a9ba05 /cpp/src | |
parent | 2a067967e198cdd2232701256c51d7990aee541a (diff) | |
download | qpid-python-42452eee5308e71a1363ca394827c6fbb1bd2234.tar.gz |
Added header file to list of sources
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index c3f48b0366..b99819f431 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -27,7 +27,7 @@ CLEANFILES= TESTS+=unit_test check_PROGRAMS+=unit_test unit_test_LDADD=-lboost_unit_test_framework -lboost_regex $(lib_common) -unit_test_SOURCES= unit_test.cpp \ +unit_test_SOURCES= unit_test.cpp unit_test.h \ RefCounted.cpp RefCountedMap.cpp \ SessionState.cpp Blob.cpp logging.cpp \ Url.cpp Uuid.cpp \ |