From 8ffb051a30cdd12f682dbfce5a293160c260a65c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 16 Feb 2013 18:11:19 +0100 Subject: Fix circular dependency between engine and http/common transport The circular dependency prevents proper cross compilation. A proper long-term solution requires refactoring of the affected code. --- src/core/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 840797b..f9580c3 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -SUBDIRS = addr context description phaseresolver receivers util clientapi deployment transport/http/util transport/http/common engine transport +SUBDIRS = addr context description phaseresolver receivers util clientapi deployment transport/http/util engine transport/http/common transport -- cgit v1.1-32-gdbae