FILE(GLOB _oggfile "*.ogg" )
install(FILES ${_oggfile}
	DESTINATION  ${SOUND_INSTALL_DIR} )



