diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
| commit | e592f06a7e03c4fe15372171b871bcc207cc4089 (patch) | |
| tree | c73fcc45594441f6d7767894b0229931111e1471 /cpp/src/tests/Makefile.am | |
| parent | 7c48ed87f8fbf6557bfbcc9fc84e25b9f24189ac (diff) | |
| download | qpid-python-e592f06a7e03c4fe15372171b871bcc207cc4089.tar.gz | |
* Moved code generation into top-level gen/ dir with own Makefile.am
to correctly install generated headers.
* Fixed gen-src.mk/Makefile dependency loop, bootstrap no longer needs
to pre-create gen-src.mk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -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 388da8e9a9..34a513d583 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) -INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen +INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/gen # Unit tests broker_unit_tests = \ |
