1SubDir HAIKU_TOP src apps codycam ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5Application CodyCam : 6 CodyCam.cpp 7 FileUploadClient.cpp 8 SpawningUploadClient.cpp 9 FtpClient.cpp 10 SftpClient.cpp 11 Settings.cpp 12 SettingsHandler.cpp 13 VideoConsumer.cpp 14 : be media translation $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++) 15 : CodyCam.rdef 16; 17 18