explicitely list dependencies to fix parallel first time builds
[libt2n] / 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 \