try to find workaround for old automake
[libt2n] / example-codegen / client.cpp
index 008d9e1..1029abe 100644 (file)
@@ -6,8 +6,9 @@
 
 #include <socket_client.hxx>
 
-// include library header
-#include "codegen_client.hxx"
+// include generated library headers
+#include "default_client.hxx"
+#include "other_client.hxx"
 
 int main(int argc, char** argv)
 {