explicitely list dependencies to fix parallel first time builds
authorJens Thiele <jens.thiele@intra2net.com>
Mon, 27 Nov 2006 14:08:06 +0000 (14:08 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Mon, 27 Nov 2006 14:08:06 +0000 (14:08 +0000)
example-codegen/Makefile.am

index 4293d66..3d710d5 100644 (file)
@@ -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 \