From: Jens Thiele Date: Mon, 27 Nov 2006 14:08:06 +0000 (+0000) Subject: explicitely list dependencies to fix parallel first time builds X-Git-Tag: v0.2~93 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=8ba193a3b790a39c01a4944aa4e9ee6578aaf4bd explicitely list dependencies to fix parallel first time builds --- diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index 4293d66..3d710d5 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -9,6 +9,9 @@ noinst_LTLIBRARIES = libdefault.la libother.la client_SOURCES = client.cpp client_LDADD = $(LDADD) libdefault.la libother.la +client.cpp : default_client.hxx other_client.hxx +server.cpp : default_client.hxx other_client.hxx + server_SOURCES = server.cpp \ other.cpp other_server.cpp \ default.cpp default_server.cpp \