diff --git a/src/apps/haikudepot/Jamfile b/src/apps/haikudepot/Jamfile index 36b2dee347..9ac8a9d8bf 100644 --- a/src/apps/haikudepot/Jamfile +++ b/src/apps/haikudepot/Jamfile @@ -85,3 +85,9 @@ Application TextDocumentTest : : be translation libshared.a $(TARGET_LIBSUPC++) ; + +Application ConnectionTest : + ConnectionTest.cpp + + : be netapi translation libshared.a $(TARGET_LIBSUPC++) +;